PHP » GoLang |
login |
register |
about
|
GoLang set_include_path
request it (329)
GoLang replacement for PHP's set_include_path
[edit | history]
set_include_path(PHP 4 >= 4.3.0, PHP 5, PHP 7) set_include_path — Sets the include_path configuration option Description
string set_include_path
( string
$new_include_path
)Sets the include_path configuration option for the duration of the script. Return Values
Returns the old include_path on
success or Examples
Example #1 set_include_path() example
<?php
Example #2 Adding to the include path
Making use of the In this example we add /usr/lib/pear to the end of the existing include_path.
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|