検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 720 for version (0.041 sec.)
単純な XML ドキュメントの作成 3449
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作 ... mory ( $xw ); 上の例の出力は以下となります。 <?xml version="1.0" encoding="UTF-8"?> <tag1 att1="valueofatt1"> ... testc , This , XMLWriter , メモリ , 方法 , 出力 , version , encoding ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
定義済み定数 3449
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... t ) Even more advance training algorithm. Only for version 2.2 Activation functions FANN_LINEAR ( int ) Linea ... onfiguration file for writing. FANN_E_WRONG_CONFIG_VERSION ( int ) Wrong version of configuration file. FANN_ ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Escape special characters in a string for use in an SQL statement 3449
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... ): string This function returns the escaped string version of the given string. It will escape the following ... cubrid_connect() is assumed. 戻り値 Escaped string version of the given string, on success. false on failure. ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 3449
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフ ... ' => 'libgd<script>', 'component' => array('10'), 'version' => '2.0.33', 'testarray' => array('2', '23', '10' ... array( 'min_range' => 1 , 'max_range' => 10 ) ), 'version' => FILTER_SANITIZE_ENCODED , 'doesnotexist' => FI ... t%3E" ["component"]=> array(1) { [0]=> int(10) } ["version"]=> string(6) "2.0.33" ["doesnotexist"]=> NULL ["t ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
ファイルにバイナリ diff 形式のパッチを適用する 3449
« xdiff_file_bdiff xdiff_file_diff_binary » PHP Manual xdiff 関数 ファイルにバイナリ diff 形式の ... ff 形式のパッチをファイルに適用します。 <?php $old_version = 'archive-1.0.tgz' ; $patch = 'archive.bpatch' ; ... $result = xdiff_file_bpatch ( $old_version , $patch , 'archive-1.1.tgz' ); if ( $result ) { e ...
https://man.plustar.jp/php/function.xdiff-file-bpatch.html - [similar]
3 つのファイルをひとつに統合する 3449
« xdiff_file_diff xdiff_file_patch_binary » PHP Manual xdiff 関数 3 つのファイルをひとつに統合す ... は、3 つのファイルをひとつに統合します。 <?php $old_version = 'original_script.php' ; $fix1 = 'script_with_fix ... ith_fix2.php' ; $errors = xdiff_file_merge3 ( $old_version , $fix1 , $fix2 , 'fixed_script.php' ); if ( is_st ...
https://man.plustar.jp/php/function.xdiff-file-merge3.html - [similar]
xdiff_file_bpatch のエイリアス 3449
« xdiff_file_merge3 xdiff_file_patch » PHP Manual xdiff 関数 xdiff_file_bpatch のエイリアス xdif ... ff 形式のパッチをファイルに適用します。 <?php $old_version = 'archive-1.0.tgz' ; $patch = 'archive.bpatch' ; ... $result = xdiff_file_patch_binary ( $old_version , $patch , 'archive-1.1.tgz' ); if ( $result ) { e ...
https://man.plustar.jp/php/function.xdiff-file-patch-binary.html - [similar]
実行時設定 3449
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... I_SYSTEM Imagick 2.2.2 以降で使用可能 imagick.skip_version_check false PHP_INI_SYSTEM Imagick 3.3.0 以降で使用 ... 画像プログレスモニターを有効にします。 imagick.skip_version_check bool Imagick を読み込む際には、コンパイル時に ...
https://man.plustar.jp/php/imagick.configuration.html - [similar]
wddx の例 3449
« 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素 ... et" ); ?> この例は次の出力を行います。 <wddxPacket version='1.0'><header comment='PHP packet'/><data> <string ... ?> この例は次のような出力を行います。 <wddxPacket version='1.0'><header comment='PHP'/><data><struct> <var n ...
https://man.plustar.jp/php/wddx.examples-serialize.html - [similar]
PHP 関数を XSLT 関数として利用できるようにする 3449
« XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP ... /uid> </user> </allusers> EOB; $xsl = <<<EOB <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version=" ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]