検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 246 for [SIMILAR] 16 1024 4096 WITH 11523 serialize WITH... (0.302 sec.)
列挙型をシリアライズする 0
« 値のリスト 例 » PHP Manual 列挙型(Enum) 列挙型をシリアライズする 列挙型をシリアライズする 列挙型は、オブジェクトとは違う形でシリアライズされます。 特別に、列挙型には case 名を指定する新しいシリアライズコード "E" が付与されています。 デシリアライズのルーチンはそれを使って、 既存のシング ...
https://man.plustar.jp/php/language.enumerations.serialization.html - [similar]
ユーザー定義のセッション保存関数を設定する 0
« session_set_cookie_params session_start » PHP Manual セッション関数 ユーザー定義のセッション保存関数を設定する session_set_save_handler (PHP 4, PHP 5, PHP 7, PHP 8) session_set_save_handler — ユーザー定義のセッション保存関数を設定する 説明 session_set_save_handler ( callable $open , ca ...
https://man.plustar.jp/php/function.session-set-save-handler.html - [similar]
セッションのデータを読み込む 0
« SessionHandlerInterface::open SessionHandlerInterface::write » PHP Manual SessionHandlerInterface セッションのデータを読み込む SessionHandlerInterface::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandlerInterface::read — セッションのデータを読み込む 説明 public SessionHandlerInterface:: ...
https://man.plustar.jp/php/sessionhandlerinterface.read.html - [similar]
セッションのデータを書き込む 0
« SessionHandlerInterface::read SessionIdInterface » PHP Manual SessionHandlerInterface セッションのデータを書き込む SessionHandlerInterface::write (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandlerInterface::write — セッションのデータを書き込む 説明 public SessionHandlerInterface::write ( st ...
https://man.plustar.jp/php/sessionhandlerinterface.write.html - [similar]
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]
ArrayObject クラス 0
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびインターフェイス ArrayObject クラス ArrayObject クラス (PHP 5, PHP 7, PHP 8) はじめに このクラスは、オブジェクトを配列として動作させます。 クラス概要 class ArrayObject implements IteratorAggregate ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
The MongoDB\BSON\Serializable interface 0
« MongoDB\BSON\Persistable MongoDB\BSON\Serializable::bsonSerialize » PHP Manual MongoDB\BSON The MongoDB\BSON\Serializable interface The MongoDB\BSON\Serializable interface (mongodb >=1.0.0) はじめに Classes that implement this interface may return data to be serialized as a BSON array ...
https://man.plustar.jp/php/class.mongodb-bson-serializable.html - [similar]
SplDoublyLinkedList クラス 0
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoublyLinkedList クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplDoublyLinkedList クラスは、双方向リンクリストの主要な機能を提供します。 クラス概要 class SplDoublyLinkedList implements Iterator ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]
値を JSON 形式にして返す 0
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_encode — 値を JSON 形式にして返す 説明 json_encode ( mixed $value , int $flags = 0 , int $depth = 512 ): string | false 与えられた value を ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
オブジェクトのシリアライズ 0
« オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ オブジェクトのシリアライズ オブジェクトのシリアライズ - セッション内でのオブジェクト serialize() は、 PHP で保存できるあらゆる値をバイトストリームで表した文字列を返します。 unserialize() を使 ...
https://man.plustar.jp/php/language.oop5.serialization.html - [similar]