Search Results
Gets the current include_path configuration option
Jul 23, 2025 · The get_include_path () function is an inbuilt function in PHP that returns the current include_path to the caller. Syntax: string|false get_include_path() Parameter: This function does not accept any parameters. Return Value: This function returns the path in the string format, or " false" otherwise. Example 1: In the below code example, we will use the get_include_path () function to the ...
get_include_path (PHP 4 >= 4.3.0, PHP 5) get_include_path — Lit la valeur de la directive de configuration include_path
Gets the current include_path configuration option ... 0 pcntl_sigtimedwait Waits for signals, with a timeout 0 similar_text Calculate the similarity between two strings 0 boolval Get the boolean value of a variable 0 curl_multi_close Close a set of cURL handles 0 imap_body Read the message body 0 mb_strpos Find position of first occurrence of ...
get_include_path (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) get_include_path — Gets the current include_path configuration option
Examples of get_include_path. Info and examples on get_include_path PHP Function
Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8 Gets the current include_path configuration option
