| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
@package_version@ UsageThere are two ways to implement the @package_version@ replacements. The procedure depends on whether you write your own package.xml files or if you use the PackageFileManager. For those authoring package.xml files directly, add a <replace> element for each file. The XML for such would look something like this: <file name="Class.php"> <replace from="@package_version@" to="version" type="package-info" /> </file> Maintainers using the PackageFileManager need to call addReplacement() for each file:
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「@package_version@ Usage」をGoogle検索
|