php_ini_scanned_files 


php128 apg

RETURNS a list of .ini files parsed from the additional ini dir.





The directories searched are set by a compile time option and, optionally, by an environment variable at run time:

For more information see the: Installation Guide.

If the compile directive --with-config-file-scan-dir was not set, FALSE is returned.

An ERROR will be returned if a file is unrecognizable.

An empty STRING is returned if the directory is empty.



<?php

str php_ini_scanned_files 
( )

?>

  1 EXERCISE   

<?php

var_dump
(php_ini_scanned_files()); 
    
?>

 RESULT   

bool(false)

In this sistem, the compile directive --with-config-file-scan-dir was not set.

In your system can be different.