Man Page: stream_resolve_include_path
Operating Environment: php
Section: 3
STREAM_RESOLVE_INCLUDE_PATH(3) 1 STREAM_RESOLVE_INCLUDE_PATH(3) stream_resolve_include_path - Resolve filename against the include pathSYNOPSISstring stream_resolve_include_path (string $filename)DESCRIPTIONResolve $filename against the include path according to the same rules as fopen(3)/include(3).PARAMETERSo $filename - The filename to resolve.RETURN VALUESReturns a string containing the resolved absolute filename, or FALSE on failure.EXAMPLESExample #1 stream_resolve_include_path(3) example Basic usage example. <?php var_dump(stream_resolve_include_path("test.php")); ?> The above example will output something similar to: string(22) "/var/www/html/test.php" PHP Documentation Group STREAM_RESOLVE_INCLUDE_PATH(3)
| Related Man Pages |
|---|
| php_check_syntax(3) - php |
| bcompiler_write_file(3) - php |
| is_file(3) - php |
| is_writable(3) - php |
| php_strip_whitespace(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Denial Of Service Attack Update |