Query: get_include_path
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GET_INCLUDE_PATH(3) 1 GET_INCLUDE_PATH(3) get_include_path - Gets the current include_path configuration optionSYNOPSISstring get_include_path (void )DESCRIPTIONGets the current include_path configuration option value.RETURN VALUESReturns the path, as a string.EXAMPLESExample #1 get_include_path(3) example <?php // Works as of PHP 4.3.0 echo get_include_path(); // Works in all PHP versions echo ini_get('include_path'); ?>SEE ALSOini_get(3), restore_include_path(3), set_include_path(3), include(3). PHP Documentation Group GET_INCLUDE_PATH(3)
Related Man Pages |
---|
phpversion(3) - php |
dirname(3) - php |
phpinfo(3) - php |
get_cfg_var(3) - php |
get_meta_tags(3) - php |
Similar Topics in the Unix Linux Community |
---|
Php search path |