This is a discussion on Filesystem Object in PHP within the PHP Programming forums, part of the Web Development category; The behavior of unset() inside of a function can vary depending on what type of variable you are attempting to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| The behavior of unset() inside of a function can vary depending on what type of variable you are attempting to destroy. If a globalized variable is unset() inside of a function, only the local variable is destroyed. The variable in the calling environment will retain the same value as before unset() was called. ___________________________________________ web design company free templates |
| Sponsored Links |
| |||
| In many cases this is the directory in which the script resides unless it has been changed. Using the CLI sapi, this defaults to the directory from which the script was called. |
| |||
| When a relative path is specified (a path which does not begin with /, \, \\, or a windows drive letter) the path provided will be applied against the current working directory. In many cases this is the directory in which the script resides unless it has been changed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Object Repositorys | simplesabita | Testing Tools | 1 | 08-22-2007 04:04 AM |
| object exceptions | simplesabita | Testing Tools | 1 | 08-22-2007 03:48 AM |
| Object reference not set to an instance of an object for crystal reports in .net | KiruthikaSambandam | Database Support | 1 | 08-03-2007 03:26 AM |
| Some DOM Object | Jeyaseelansarc | HTML, CSS and Javascript Coding Techniques | 1 | 05-08-2007 05:47 AM |
| Convert Object to Arraylist and Arraylist to Object | raja | C# Programming | 0 | 05-08-2007 03:26 AM |