PHP.nl

get_include_path

get_include_path

Gets the current include_path configuration option

 **get_include_path**

Gets the current configuration option value. include_path

Returns the path, as a string, return.falseforfailure.

Voorbeeld: example

<?php
echo get_include_path();

// Or using ini_get()
echo ini_get('include_path');
?>

ini_get``restore_include_path``set_include_path``include