検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 374 for Test (0.011 sec.)
Test whether the task is currently running 6127
« GearmanTask::isKnown GearmanTask::jobHandle » PHP Manual GearmanTask Test whether the task is ... g (PECL gearman >= 0.5.0) GearmanTask::isRunning — Test whether the task is currently running 説明 public ... 連キーワード: task , running , whether , currently , Test , GearmanTask , the , isRunning , パラメータ , isK ...
https://man.plustar.jp/php/gearmantask.isrunning.html - [similar]
指定したモジュールのセルフテストを実行する 6083
« mcrypt_module_open mdecrypt_generic » PHP Manual Mcrypt 関数 指定したモジュールのセルフテストを ... 実行する mcrypt_module_self_test (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_self_test — 指定したモジュールのセルフテストを実行する 警告 ... らないことを強く推奨します。 説明 mcrypt_module_self_test ( string $algorithm , string $lib_dir = ? ): bool ... 合に負の int を返します。 例 例1 mcrypt_module_self_test() の例 <?php var_dump ( mcrypt_module_self_test ( ...
https://man.plustar.jp/php/function.mcrypt-module-self-test.html - [similar]
テキストへの署名 6083
« 例 GnuPG 関数 » PHP Manual 例 テキストへの署名 テキストへの署名 この例は、指定したテキストに署 ... MODE_CLEAR ); // 署名のためのキーを、パスフレーズ 'test' で追加します gnupg_addsignkey ( $res , "8660281B6 ... 051D071D94B5B230549F9DC851566DC" , "test" ); // 署名します $signed = gnupg_sign ( $res , "j ... ust a test" ); echo $signed ; ?> 例2 gnupg での署名の例 (オブ ... MODE_CLEAR ); // 署名のためのキーを、パスフレーズ 'test' で追加します $gnupg -> addsignkey ( "8660281B6051 ...
https://man.plustar.jp/php/gnupg.examples-clearsign.html - [similar]
圧縮フィルタ 5951
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... 15 , 'memory' => 9 ); $original_text = "This is a test.\nThis is only a test.\nThis is not an important s ... original_text ) . " 文字です。\n" ; $fp = fopen ( 'test.deflated' , 'w' ); stream_filter_append ( $fp , 'z ... ; echo "圧縮後のファイルの大きさは " . filesize ( 'test.deflated' ) . " バイトです。\n" ; echo "もとのテキ ... */ readfile ( 'php://filter/zlib.inflate/resource=test.deflated' ); /* 生成される出力: もとのテキストの長 ...
https://man.plustar.jp/php/filters.compression.html - [similar]
Return the number of rows affected by the last SQL statement 5951
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... rid_execute ( $conn , "DROP TABLE IF EXISTS cubrid_test" ); cubrid_execute ( $conn , "CREATE TABLE cubrid_ ... st (d varchar)" ); $sql_stmt = "INSERT INTO cubrid_test(d) VALUES('php-test')" ; $req = cubrid_prepare ( $ ... req = cubrid_execute ( $conn , "DELETE FROM cubrid_test WHERE d='php-test'" , CUBRID_ASYNC ); var_dump ( c ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
BLOB を読み取るためのストリームリソースを開く 5951
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... ite3 ( ':memory:' ); $conn -> exec ( 'CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT INTO test ... ('Lorem ipsum')" ); $stream = $conn -> openBlob ( 'test' , 'text' , 1 ); echo stream_get_contents ( $strea ... ite3 ( ':memory:' ); $conn -> exec ( 'CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT INTO test ... (zeroblob(36))" ); $stream = $conn -> openBlob ( 'test' , 'text' , 1 , 'main' , SQLITE3_OPEN_READWRITE ); ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
正規表現フラグを返す 5907
« RegexIterator::getMode RegexIterator::getRegex » PHP Manual RegexIterator 正規表現フラグを返す ... 。 例 例1 RegexIterator::getPregFlags() の例 <?php $test = array ( 'str1' => 'test 1' , 'teststr2' => 'anot ... her test' , 'str3' => 'test 123' ); $arrayIterator = new Ar ... rayIterator ( $test ); $regexIterator = new RegexIterator ( $arrayIter ...
https://man.plustar.jp/php/regexiterator.getpregflags.html - [similar]
SoapFault コンストラクタ 5907
« SoapFault SoapFault::__toString » PHP Manual SoapFault SoapFault コンストラクタ SoapFault::__c ... いる間に利用可能 例 例1 いくつかの例 <?php function test ( $x ) { return new SoapFault ( "Server" , "Some e ... = new SoapServer ( null , array( 'uri' => "http://test-uri/" )); $server -> addFunction ( "test" ); $serv ... することができます。 例2 いくつかの例 <?php function test ( $x ) { throw new SoapFault ( "Server" , "Some er ... = new SoapServer ( null , array( 'uri' => "http://test-uri/" )); $server -> addFunction ( "test" ); $serv ...
https://man.plustar.jp/php/soapfault.construct.html - [similar]
関数またはクラスのフラグを 取得/設定 する 5863
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uop ... ませんでした。 例 例1 uopz_flags() の例 <?php class Test { public function method () { return __CLASS__ ; } ... } $flags = uopz_flags ( "Test" , "method" ); var_dump ((bool) ( uopz_flags ( "Te ... D_ACC_PRIVATE )); var_dump ((bool) ( uopz_flags ( "Test" , "method" ) & ZEND_ACC_STATIC )); var_dump ( uop ... z_flags ( "Test" , "method" , $flags | ZEND_ACC_STATIC | ZEND_ACC_ ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
変数のスコープ 5863
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... 、 <?php $a = 1 ; /* グローバルスコープ */ function test () { echo $a ; /* ローカルスコープ変数の参照 */ } ... 例3 スーパーグローバルとスコープの例 <?php function test_superglobal () { echo $_POST [ 'name' ]; } ?> 注意 ... い。 例4 static 変数が必要な場面の例 <?php function test () { $a = 0 ; echo $a ; $a ++; } ?> この関数は、コ ... 宣言します。 例5 static 変数の使用例 <?php function test () { static $a = 0 ; echo $a ; $a ++; } ?> こうする ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT