|
A thought
|
| |
Sometimes when I read posts on FB, I want to ask 'Did your Mother have any kids that lived?' - Bobby Chitwood Tom <T...@Quote-Un-Quote.com>
|
|
Notes Status, 24078 total
|
| |
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 6.7% of the 24078 total user notes. Notes | Page -------+---------------------- ------------------------------ ----- 106 | [link]... more »
|
|
note 99754 added to ref.xml
|
| |
A working xml to array parser. Modeled after the previous post it is functionally different as follows: 1. Will always return an array. 2. Includes the content from all elements. 3. Includes all multiple elements in the same array. 4. Has been thoroughly tested before being posted. Notes: 1. Ignores content that is not in between it's own set of tags.... more »
|
|
note 99755 added to reserved.variables.globals
|
| |
Is there any logical reason to explain why this particular superglobal variable is written differently than the other, that is $GLOBALS instead of $_GLOBALS which, in my opinion, would have been more coherent with the naming convention of the other superglobal variables? ---- Server IP: 69.147.83.197... more »
|
|
note 99763 added to mysql.installation
|
| |
i've experienced a similar (if not the same) problem. to enable the mysql_... and mysqli_... funtionality, i opened the php.ini file to uncomment the following lines: ;extension=php_mysql.dll ;extension=php_mysqli.dll ;extension=php_pdo_mysql.dll but phpinfo() still stated that no mysql extensions were loaded.... more »
|
|
note 99758 added to function.gc-disable
|
| |
small projects, that are not using classes or programmes of them ability to handle removal of classes if they disable there is speed increase due not checking all available objects. ---- Server IP: 160.75.100.7 Probable Submitter: 85.97.185.37 ---- Manual Page -- [link]... more »
|
|
note 99759 added to function.spl-autoload-extensio ns
|
| |
A quick note for anyone using this function to add their own autoload extensions. I found that if I included a space in between the different extensions (i.e. '.php, .class.php') the function would not work. To get it to work I had to remove the spaces between the extensions (ie. '.php,.class.php'). This was tested in PHP 5.3.3 on Windows and I'm using spl_autoload_register() without adding any custom autoload functions.... more »
|
|
|