検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 1070 for Dump (0.036 sec.)
Get the query timeout value of the request 2982
« cubrid_get_db_parameter cubrid_get_server_info » PHP Manual CUBRID 関数 Get the query timeout ... $timeout = cubrid_get_query_timeout ( $req ); var_dump ( $timeout ); cubrid_set_query_timeout ( $req , 10 ... $timeout = cubrid_get_query_timeout ( $req ); var_dump ( $timeout ); cubrid_close ( $conn ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.cubrid-get-query-timeout.html - [similar]
ストアドプロシージャから、次の結果セットを要求する 2982
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... ; while ( $row = db2_fetch_array ( $stmt )) { var_dump ( $row ); } print "\n2 番目の結果セットを取得します ... ) { while ( $row = db2_fetch_array ( $res )) { var_dump ( $row ); } } print "\n3 番目の結果セットを取得しま ... { while ( $row = db2_fetch_array ( $res2 )) { var_dump ( $row ); } } db2_close ( $conn ); } ?> 上の例の出 ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
処理対象のリクエスト数を返す 2982
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_dump ( $result ); } eio_nop ( EIO_P ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
ビットが設定されているかどうかを調べる 2982
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP ... tbit() の例 <?php $n = gmp_init ( "1000000" ); var_dump ( gmp_testbit ( $n , 1 )); gmp_setbit ( $n , 1 ); ... var_dump ( gmp_testbit ( $n , 1 )); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 2982
« is_bool is_countable » PHP Manual 変数操作 関数 引数が、現在のスコープから関数としてコール可能 ... on () { } $functionVariable = 'someFunction' ; var_dump ( is_callable ( $functionVariable , false , $calla ... dVariable = array( $anObject , 'someMethod' ); var_dump ( is_callable ( $methodVariable , true , $callable ... __construct () {} public function foo () {} } var_dump ( is_callable (array( 'Foo' , '__construct' )), is ...
https://man.plustar.jp/php/function.is-callable.html - [similar]
ハッシュ値を計算する 2982
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... dium_crypto_generichash_final ( $state , 32 ); var_dump ( sodium_bin2hex ( $final )); $allAtOnce = sodium_ ... pto_generichash ( implode ( '' , $messages )); var_dump ( sodium_bin2hex ( $allAtOnce )); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
メッセージをハッシュに追加する 2982
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージ ... = sodium_crypto_generichash_final ( $state ); var_dump ( sodium_bin2hex ( $final )); $allAtOnce = sodium_ ... pto_generichash ( implode ( '' , $messages )); var_dump ( sodium_bin2hex ( $allAtOnce )); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
カレンダーのタイプを取得する 2982
« IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ ... ce ( NULL , '@calendar=ethiopic-amete-alem' ); var_dump ( $cal -> getType ()); $cal = new IntlGregorianCal ... endar (); var_dump ( $cal -> getType ()); 上の例の出力は以下となります ...
https://man.plustar.jp/php/intlcalendar.gettype.html - [similar]
コードポイントの FC_NFKC_Closure プロパティの値を取得する 2982
« IntlChar::getCombiningClass IntlChar::getIntPropertyMaxValue » PHP Manual IntlChar コードポイン ... ます。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: getFC_NFKC_Closure ( "\u{2121}" )); ... var_dump ( IntlChar :: getFC_NFKC_Closure ( "\u{1D2D}" )); ...
https://man.plustar.jp/php/intlchar.getfc-nfkc-closure.html - [similar]
はじめに 2982
« Parle インストール/設定 » PHP Manual Parle はじめに はじめに The parle extension provides gene ... nd beyond. The helper methods such as Parle\Lexer::dump() to inspect the generated state machine, or Parle ... \Parser::dump() to inspect the generated grammar, are useful. Th ...
https://man.plustar.jp/php/intro.parle.html - [similar]