検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 748 for [SIMILAR] 16 1024 4096 WITH 15980 through WITH 1... (1.309 sec.)
SessionHandler クラス 0
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionHandler クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandler は特殊なクラスで、 これを継承したクラスを作れば PHP が内部的に使っているセッション保存ハンドラを拡張できます。 このクラスに ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
文を実行する 0
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_execute — 文を実行する 説明 oci_execute ( resource $statement , int $mode = OCI_COMMIT_ON_SUCCESS ): bool oci_parse() が返した statement を実行します。 実行後、 INSERT ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
UConverter クラス 0
« IntlPartsIterator::getBreakIterator UConverter::__construct » PHP Manual intl UConverter クラス UConverter クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class UConverter { /* 定数 */ const int REASON_UNASSIGNED = 0 ; const int REASON_ILLEGAL = 1 ; const int ...
https://man.plustar.jp/php/class.uconverter.html - [similar]
ウォッチャー 0
« 例 ウォッチャーのコールバック » PHP Manual Ev ウォッチャー ウォッチャー ウォッチャーは、何らかのイベントに関する興味を記録するオブジェクトです。 たとえば次のコードは、 STDIN が読み込み可能になるまで待ちます。 <?php // STDIN が読み込み可能になるまで待ちます $w = new EvIo ( STDIN , Ev :: ...
https://man.plustar.jp/php/ev.watchers.html - [similar]
ストリーム / ラッパー / コンテキストのパラメータを設定する 0
« stream_context_set_option stream_copy_to_stream » PHP Manual ストリーム 関数 ストリーム / ラッパー / コンテキストのパラメータを設定する stream_context_set_params (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_context_set_params — ストリーム / ラッパー / コンテキストのパラメータを設定する ...
https://man.plustar.jp/php/function.stream-context-set-params.html - [similar]
EvEmbed オブジェクトを作る 0
« EvEmbed EvEmbed::createStopped » PHP Manual EvEmbed EvEmbed オブジェクトを作る EvEmbed::__construct (PECL ev >= 0.2.0) EvEmbed::__construct — EvEmbed オブジェクトを作る 説明 public EvEmbed::__construct ( object $other , callable $callback = ? , mixed $data = ? , int $priority = ? ) これ ...
https://man.plustar.jp/php/evembed.construct.html - [similar]
Session クラス 0
« SchemaObject::getSchema Session::close » PHP Manual Mysql_xdevapi Session クラス Session クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Session { /* メソッド */ public close (): bool public commit (): Object public createSchema ( string $schema_name ): my ...
https://man.plustar.jp/php/class.mysql-xdevapi-session.html - [similar]
igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する 0
« igbinary_serialize JSON » PHP Manual Igbinary 関数 igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する igbinary_unserialize (PECL igbinary >= 1.1.1) igbinary_unserialize — igbinary_serialize() によって保存されたバイナリ表現から、PHP の値を復元する 説明 igbinary_un ...
https://man.plustar.jp/php/function.igbinary-unserialize.html - [similar]
はじめに 0
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数は、Unix 形式のプロセス生成、 プロセス実行、シグナル処理、プロセス終了機能を実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロセス 制御関数のどれかが Web サーバー環 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]