PEAR_PackageFileManager::isIncludeable

PEAR_PackageFileManager::isIncludeable() – calls http://www.php.net/file_exists for each value in include_path,

Synopsis

require_once 'PEAR/PackageFileManager.php';

boolean PEAR_PackageFileManager::isIncludeable ( string $filename )

Description

then calls http://www.php.net/is_readable when it finds the file

Parameter

string $filename

Throws

throws no exceptions thrown

static

static

Note

This function can not be called statically.

Retrieve the list of warnings (Previous) Store a warning on the warning stack (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.