検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 51 for ret (0.022 sec.)
エントリが存在するかどうかを調べる 6879
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (P ... se { echo "Baz does not exist" ; } echo PHP_EOL ; $ret = apcu_exists (array( 'foo' , 'donotexist' , 'bar' ... )); var_dump ( $ret ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
保存した数値を増やす 6879
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4. ... EOL , PHP_EOL ; apcu_store ( 'astring' , 'foo' ); $ret = apcu_inc ( 'astring' , 1 , $fail ); var_dump ( $ ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]
単一または全てのフィールドをクリアする 6879
« IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー ... etFields ( IntlCalendar $cal ) { global $fields ; $ret = array(); foreach ( $fields as $name => $value ) ... { if ( $cal -> isSet ( $value )) { $ret [] = $name ; } } return $ret ; } $cal = new IntlGr ...
https://man.plustar.jp/php/intlcalendar.clear.html - [similar]
6744
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... rator { /** * Add two operands * @param interge * @return interge */ public function add ( $a , $b ) { re ... ; } /** * Sub */ public function sub ( $a , $b ) { return $a - $b ; } /** * Mul */ public function mul ( ... $a , $b ) { return $a * $b ; } /** * Protected methods will not be ... exposed * @param interge * @return interge */ protected function _add ( $a , $b ) ...
https://man.plustar.jp/php/yar.examples.html - [similar]
Commit a transaction 6624
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... d_bind ( $req , 5 , $country_list [ $i ]); if (!( $ret = cubrid_execute ( $req ))) { break; } } if (! $re ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Roll back a transaction 6624
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... d_bind ( $req , 5 , $country_list [ $i ]); if (!( $ret = cubrid_execute ( $req ))) { break; } } if (! $re ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 6624
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... クインターフェイスの例 <?php function rl_callback ( $ret ) { global $c , $prompting ; echo "You entered: $r ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
すべての SNMP オブジェクトをエージェントから取得する 6624
« snmp3_set snmpget » PHP Manual SNMP 関数 すべての SNMP オブジェクトをエージェントから取得する ... ray | string $object_id , int $timeout = -1 , int $retries = -1 ): array | false snmp3_walk() 関数は、 ho ... す。 timeout 最初のタイムアウトまでのマイクロ秒数。 retries タイムアウト発生時の再試行回数。 戻り値 object ... false を返します。 例 例1 snmp3_walk() の例 <?php $ret = snmp3_walk ( 'localhost' , 'james' , 'authPriv' ... , 'SHA' , 'secret007' , 'AES' , 'secret007' , 'IF-MIB::ifName' ); va ...
https://man.plustar.jp/php/function.snmp3-walk.html - [similar]
暗号化フィルタ 6549
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ' => 32 ); protected static function key_size () { return self :: $KEY_SIZES [ 'AES-128' ]; } //default A ... = strlen ( $str2 )) { $res = $str1 ^ $str2 ; for( $ret = 0 , $i = strlen ( $res ) - 1 ; $i >= 0 ; $i --) ... $ret |= ord ( $res [ $i ]); return ! $ret ; } return fa ... $hsalt , $iterations = 1000 , 24 , $raw = true ); return hash_hmac_file ( 'sha256' , $stream , $hkey , $ ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
6429
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... p (); // Stop the watcher if further calls cause more than 10 iterations Ev :: iteration () >= 10 and $w ... します function reschedule_cb ( $watcher , $now ) { return $now + ( 10.5 . - fmod ( $now , 10.5 )); } $w = ... ました。非ブロックモードで 20 バイト recv() します $ret = socket_recv ( $socket , $out , 20 , MSG_DONTWAIT ... ); if ( $ret ) { echo $out ; } elseif ( $ret === 0 ) { // すべて ...
https://man.plustar.jp/php/ev.examples.html - [similar]
PREV 1 2 3 4 5 6 NEXT