mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update documentation
This commit is contained in:
parent
2216eb4511
commit
f679b5c935
9 changed files with 327 additions and 349 deletions
7
ext/spl/examples/autoload.inc
Executable file
7
ext/spl/examples/autoload.inc
Executable file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
function __autoload($file) {
|
||||
require_once(dirname($_SERVER['PATH_TRANSLATED']).'/'.strtolower($file).'.inc');
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue