php man page for stream_resolve_include_path

Query: stream_resolve_include_path

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STREAM_RESOLVE_INCLUDE_PATH(3)						 1					    STREAM_RESOLVE_INCLUDE_PATH(3)

stream_resolve_include_path - Resolve filename against the include path

SYNOPSIS
string stream_resolve_include_path (string $filename)
DESCRIPTION
Resolve $filename against the include path according to the same rules as fopen(3)/include(3).
PARAMETERS
o $filename - The filename to resolve.
RETURN VALUES
Returns a string containing the resolved absolute filename, or FALSE on failure.
EXAMPLES
Example #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
pathinfo(3) - php
filegroup(3) - php
is_dir(3) - php
apache_lookup_uri(3) - php
apc_delete_file(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch