×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
You can report it with the bug tracker at PEAR. What is PEAR ? PEAR (an acronym for PHP Extension and Application Repository) is a framework and distribution ...
require_once 'PEAR/Info.php';. void constructor PEAR_Info::PEAR_Info ( string ... ); // Give PEAR install directory where to find pear.ini or pearsys.ini files $ ...
2010/12/22 · You can use Pear/Info s packageInstalled to answer this: <?php require_once 'PEAR/Info.php'; $res = PEAR_Info::packageInstalled('FooPack'); ...
PEAR_Info obtains and displays information about your current PEAR Install. The PEAR_Info page features an A-Z index for easy searching, aswell as anchors ...
2012/06/07 · The file, pear ini, surely exists in \xampp\php folder. ... error_reporting(E_ALL & ~E_DEPRECATED); require_once 'PEAR/Info.php'; $info = new ...
関連する質問
Description. Simple function to check if a package is installed under user or system PEAR installation. Minimal version and channel info are supported.
Simple function to check if a package is installed under user or system PEAR installation. Minimal version and channel info are supported. Parameter. string $ ...
Sets the custom style sheet (colors, sizes) to applied to PEAR_Info output. If you don't give any parameter, you'll then apply again the default style.
PEAR_ PEAR_ – Check if a package is installed Synopsis require_once 'PEAR/Info.php'; boolean PEAR_ ( string $name , string $version = null , string $channel ...
2006/11/29 · require_once 'PEAR/Info.php'; //If you need to set a http_proxy value at run-time you can use the //following, this must be called BEFORE ...