| PHP » GoLang | login |
            register |
            
            about | 
| GoLang stream_resolve_include_path
                                request it (580)
                            GoLang replacement for PHP's stream_resolve_include_path
                            [edit | history] 
                             PHP stream_resolve_include_pathPHP original manual for stream_resolve_include_path [ show | php.net ]stream_resolve_include_path(PHP 5 >= 5.3.2, PHP 7) stream_resolve_include_path — Resolve filename against the include path Description
   string stream_resolve_include_path
    ( string  $filename)
   Resolve  Parameters
 
 Return Values
   Returns a string containing the resolved absolute filename,  or  Examples
 Example #1 stream_resolve_include_path() example Basic usage example. 
<?phpThe above example will output something similar to: string(22) "/var/www/html/test.php" | 
                    more
                     Most requested
 
                    more
                     Last requests
 |