検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 777 for e (0.016 sec.)
Inserts values at a given index 5497
« Ds\Deque::get Ds\Deque::isEmpty » PHP Manual Deque Inserts values at a given index Ds\Deque::i ... nsert (PECL ds >= 1.0.0) Ds\Deque::insert — Inserts va ... lues at a given index 説明 public Ds\Deque::insert ( i ... nt $index , mixed ...$values ): void Inserts values into th ... e deque at a given index. パラメータ index The index at ...
https://man.plustar.jp/php/ds-deque.insert.html - [similar]
Inserts values at a given index 5497
« Ds\Sequence::get Ds\Sequence::join » PHP Manual Sequence Inserts values at a given index Ds\Se ... quence::insert (PECL ds >= 1.0.0) Ds\Sequence::insert ... — Inserts values at a given index 説明 abstract public Ds ... \Sequence::insert ( int $index , mixed ...$values ): v ... oid Inserts values into the sequence at a given index. パラ ...
https://man.plustar.jp/php/ds-sequence.insert.html - [similar]
Inserts values at a given index 5497
« Ds\Vector::get Ds\Vector::isEmpty » PHP Manual Vector Inserts values at a given index Ds\Vecto ... r::insert (PECL ds >= 1.0.0) Ds\Vector::insert — Inserts v ... alues at a given index 説明 public Ds\Vector::insert ( ... int $index , mixed ...$values ): void Inserts values into th ... e vector at a given index. パラメータ index The index a ...
https://man.plustar.jp/php/ds-vector.insert.html - [similar]
フォーマットされた文字列をストリームに書き込む 5457
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリー ... トされた文字列をストリームに書き込む 説明 fprintf ( resource $stream , string $format , mixed ...$values ... ): int format によって作成された文字列を stream で指定したストリームに書き込みます。 パラメータ ... stream fopen() を使用して作成したファイルシステムポイン ... プロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象に ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
基本的な VarnishAdmin の使用法 5382
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な Varni ... 1" , VARNISH_CONFIG_PORT => 6082 , VARNISH_CONFIG_SECRET => "5174826b-8595-4958-aa7a-0609632ad7ca" , VA ... RNISH_CONFIG_TIMEOUT => 300 , ); $va = new VarnishAdmin ( $args ); t ... ry { if(! $va -> connect ()) { throw new VarnishException ( "Connection f ... ailed\n" ); } } catch ( VarnishException $e ) { echo $e ...
https://man.plustar.jp/php/varnish.example.admin.html - [similar]
例外(exceptions) 5348
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... グローバルな例外ハンドラが設定されていない限り Fatal Error となり、 プログラムが終了します。 スローされる ... オブジェクトは、 Exception クラスあるいは Exception のサブクラスのイン ... 外のオブジェクトをスローしようとすると PHP の Fatal Error が発生します。 PHP 8.0.0 以降では、 throw キー ... 探します。 例外が捕捉されない場合、PHP は " Uncaught Exception ... " というメッセージとともに 致命的なエラ ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 5240
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... oci_define_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1 ... .0) oci_define_by_name — PHP の変数を、クエリで取得するカラム ... に関連づける 説明 oci_define_by_name ( resource $statement , string $column ... , mixed &$var , int $type = 0 ): bool PHP の変数を、 oci_ ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 5240
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... ーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP ... 8) set_error_handler — ユーザー定義のエラーハンドラ関数を ... 設定する 説明 set_error_handler ( ? callable $callback , int $error ... _levels = E_ALL ): ? callable スクリプトのエラー処理を ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 5132
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ンドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_bind ... _by_name — Oracle プレースホルダに PHP 変数をバインドする 説 ... 明 oci_bind_by_name ( resource $statement , string $param , mixed &$va ... r , int $max_length = -1 , int $type = 0 ): bool PHP の変数 var を ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
フォーマットされた文字列を返す 5132
« soundex sscanf » PHP Manual String 関数 フォーマットされた文字列を返す sprintf (PHP 4, PHP 5, ... れた文字列を返す 説明 sprintf ( string $format , mixed ...$values ): string フォーマット文字列 format に ... プロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象に ... の数にだけマイナスの符号が数値の前に付きます。 (space) スペースに変換される詰め物です。 これがデフォルト ... 文字がこの変換結果に含まれるかを数値で指定します。 Precision ピリオド . の後に数値を続けますが、 その意味 ...
https://man.plustar.jp/php/function.sprintf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT