検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 759 for KEY (0.061 sec.)
現在のストレージの要素を返す 2987
« SplObjectStorage::count SplObjectStorage::detach » PHP Manual SplObjectStorage 現在のストレージ ... rewind (); while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同 ... をストレージの最初の要素に巻き戻す SplObjectStorage::key() - イテレータの現在位置を返す SplObjectStorage::n ...
https://man.plustar.jp/php/splobjectstorage.current.html - [similar]
Yet Another Framework (Yaf) 2960
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe ... isset — キーが存在するかを判定する Yaf_Config_Ini::key — 現在の要素のキーを取得する Yaf_Config_Ini::next ... ::__isset — The __isset purpose Yaf_Config_Simple::key — The key purpose Yaf_Config_Simple::next — The ne ... ession::__isset — The __isset purpose Yaf_Session::key — The key purpose Yaf_Session::next — The next pur ...
https://man.plustar.jp/php/book.yaf.html - [similar]
continue 2960
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... 了地点までスキップします。 <?php foreach ( $arr as $key => $value ) { if (!( $key % 2 )) { // キーが偶数の ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
DOM 実装が、指定した機能を実装しているかどうかを調べる 2960
« DOMImplementation::createDocumentType DOMNamedNodeMap » PHP Manual DOMImplementation DOM 実装が ... ' => 'Traversal module' ); foreach ( $features as $key => $name ) { if ( DOMImplementation :: hasFeature ... ( $key , '2.0' )) { echo " $name の機能を保持しています\n ...
https://man.plustar.jp/php/domimplementation.hasfeature.html - [similar]
古い値を新しい値に更新する 2960
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... 古い値を新しい値に更新する 説明 apcu_cas ( string $key , int $old , int $new ): bool apcu_cas() は、既に保 ... 、それを new パラメータの値に更新します。 パラメータ key 更新する値のキー。 old 古い値 (現在保存されている値 ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
配列の全ての要素に、ユーザー関数を再帰的に適用する 2960
« array_values array_walk » PHP Manual 配列 関数 配列の全ての要素に、ユーザー関数を再帰的に適用す ... sour' => 'lemon' ); function test_print ( $item , $key ) { echo " $key holds $item \n" ; } array_walk_rec ...
https://man.plustar.jp/php/function.array-walk-recursive.html - [similar]
スレッド化したメッセージのツリーを返す 2960
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap ... ds = imap_thread ( $nntp ); foreach ( $threads as $key => $val ) { $tree = explode ( '.' , $key ); if ( $ ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
MQSeries MQCONNX 2960
« mqseries_conn mqseries_disc » PHP Manual mqseries 関数 MQSeries MQCONNX mqseries_connx (PECL m ... SSLCipherSpec' => 'NULL_SHA' ), 'MQSCO' => array( 'KeyRepository' => '/var/mqm/qmgrs/QUEUEMGR/ssl/key' , ... //Local path where the SSL key repository can be found 'MQAIR' => array( 'Version ...
https://man.plustar.jp/php/function.mqseries-connx.html - [similar]
ユーザー定義のセッション保存関数を設定する 2960
« session_set_cookie_params session_start » PHP Manual セッション関数 ユーザー定義のセッション保 ... のシグネチャを持つ callable: validate_sid ( string $key ): bool このコールバックは、セッションが開始された ... 、 session.use_strict_mode が有効な場合に限ります。 key は検証する セッションID を指定します。 渡されたID ... グネチャを持つ callable: update_timestamp ( string $key , string $val ): bool このコールバックは、セッショ ... ンが更新された時に実行されます。 key はセッションID、 val はセッションデータを指定します ...
https://man.plustar.jp/php/function.session-set-save-handler.html - [similar]
数値アイテムの値を減らす 2960
« Memcached::__construct Memcached::decrementByKey » PHP Manual Memcached 数値アイテムの値を減ら ... を減らす 説明 public Memcached::decrement ( string $key , int $offset = 1 , int $initial_value = 0 , int $ ... t() は値を initial_value に設定します。 パラメータ key 減らしたいアイテムのキー。 offset 値を減らしたい量 ... ) - 数値アイテムの値を増やす Memcached::incrementByKey() - 指定したサーバー上にある数値アイテムの値を増や ... す Memcached::decrementByKey() - 指定したサーバー上にある数値アイテムの値を減ら ...
https://man.plustar.jp/php/memcached.decrement.html - [similar]