検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 782 for [SIMILAR] 16 1024 4096 WITH 15863 spldoublylinke... (0.614 sec.)
ArrayIterator クラス 0
« AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス ArrayIterator クラス (PHP 5, PHP 7, PHP 8) はじめに このイテレータは、配列やオブジェクトを反復処理する際に 値やキーをリセットしたり修正したりすることができます。 同じ配列を何度も反復処理したい場合は ...
https://man.plustar.jp/php/class.arrayiterator.html - [similar]
アイテムを削除する 0
« Memcached::decrementByKey Memcached::deleteByKey » PHP Manual Memcached アイテムを削除する Memcached::delete (PECL memcached >= 0.1.0) Memcached::delete — アイテムを削除する 説明 public Memcached::delete ( string $key , int $time = 0 ): bool Memcached::delete() は、キー key をサーバーか ...
https://man.plustar.jp/php/memcached.delete.html - [similar]
ファイルが phar 内に存在するかどうかを調べる 0
« Phar::mungServer Phar::offsetGet » PHP Manual Phar ファイルが phar 内に存在するかどうかを調べる Phar::offsetExists (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::offsetExists — ファイルが phar 内に存在するかどうかを調べる 説明 public Phar::offsetExists ( string $localName ): ...
https://man.plustar.jp/php/phar.offsetexists.html - [similar]
指定したファイルの PharFileInfo オブジェクトを取得する 0
« Phar::offsetExists Phar::offsetSet » PHP Manual Phar 指定したファイルの PharFileInfo オブジェクトを取得する Phar::offsetGet (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::offsetGet — 指定したファイルの PharFileInfo オブジェクトを取得する 説明 public Phar::offsetGet ( string $ ...
https://man.plustar.jp/php/phar.offsetget.html - [similar]
データ構造 0
« 定義済み定数 SplDoublyLinkedList » PHP Manual SPL データ構造 データ構造 目次 SplDoublyLinkedList SplStack SplQueue SplHeap SplMaxHeap SplMinHeap SplPriorityQueue SplFixedArray SplObjectStorage SPL では、標準的なデータ構造を提供しています。 ここで、それらを実装ごとに分類してまとめます。 ...
https://man.plustar.jp/php/spl.datastructures.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
削除用にマークされたすべてのメッセージを削除する 0
« imap_errors imap_fetch_overview » PHP Manual IMAP 関数 削除用にマークされたすべてのメッセージを削除する imap_expunge (PHP 4, PHP 5, PHP 7, PHP 8) imap_expunge — 削除用にマークされたすべてのメッセージを削除する 説明 imap_expunge ( IMAP\Connection $imap ): bool imap_delete() 、 imap_mail ...
https://man.plustar.jp/php/function.imap-expunge.html - [similar]
以前に設定したHTTPヘッダを削除する 0
« header_register_callback header » PHP Manual ネットワーク 関数 以前に設定したHTTPヘッダを削除する header_remove (PHP 5 >= 5.3.0, PHP 7, PHP 8) header_remove — 以前に設定したHTTPヘッダを削除する 説明 header_remove ( ? string $name = null ): void header() 関数を使って以前に設定したHTTPヘ ...
https://man.plustar.jp/php/function.header-remove.html - [similar]
配列の一部を削除し、他の要素で置換する 0
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_splice (PHP 4, PHP 5, PHP 7, PHP 8) array_splice — 配列の一部を削除し、他の要素で置換する 説明 array_splice ( array &$array , int $offset , ? int $length = null , mixed $replacement = [] ): array ...
https://man.plustar.jp/php/function.array-splice.html - [similar]