![]() |
set_include_path |
|
| |
||
| string set_include_path ( string new_include_path) |
|
|
|
(PHP 4 >= 4.3.0, PHP 5) |
|
|
|
Mit set_include_path() kann man zur Laufzeit einen neuen Pfad new_include_path Siehe auch: |
|
|
<?PHP
echo get_include_path() . "\n";
set_include_path('d:\include');
echo get_include_path() . "\n";
?>
|
|
|
|
.;c:\php4\pear |
|
| |
| weiter: |
|
| zurück: |
|
© 2001, 2002, 2003, 2004, 2005, 2004, 2005
Damir Enseleit, mail@selfphp.de