1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/ext/spl
Reeze Xia f824f91ac9 Fixed bug #69141 Missing arguments in reflection info for some builtin functions
This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime  (missing "is_dst")
- gmmktime (missing "is_dst")
2015-02-28 16:37:14 +08:00
..
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-02-20 15:09:35 +01:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00
2015-01-15 23:26:03 +08:00

This is an extension that aims to implement some efficient data access 
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the 
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/manual/en/book.spl.php