×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
Display only PEAR version and logo, reference to config file, list of channels and quick list of packages (with only version info) installed thru channels.
require_once 'PEAR/Info.php'; $pear_dir = ''; $user_file = ''; $syst_file = '/etc/pear/pear.conf'; $info = new PEAR_Info($pear_dir, $user_file, $syst_file);
2010/12/22 · I'm trying to write some code to track dependencies. Is there a way to programatically detect if a PEAR package has been installed?
PEAR_Info will also display any later versions that are available from PEAR to help keep you up to date. Using PEAR_Info. <?php require_once 'PEAR/Info.php'; /*
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.
I cannot show Pear Info by the following code. I get, 'PEAR configuration files "\xampp\php\pear.ini", "\xampp\php\pearsys.ini" does not exist' in the very ...
Simple function to check if a package is installed under user or system PEAR installation. Minimal version and channel info are supported.
関連する質問
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 ...
Simple function to check if a package is installed under user or system PEAR installation. Minimal version and channel info are supported.
Example. <?php // require the PEAR_Info file require_once 'PEAR/Info.php'; class PEAR_Info3 extends PEAR_Info { function PEAR_Info3($pear_dir ...