検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 107 for invalid (0.008 sec.)
以前のエラーハンドラ関数を回復する 6752
« error_reporting restore_exception_handler » PHP Manual エラー処理関数 以前のエラーハンドラ関数 ... n unserialize_handler ( $errno , $errstr ) { echo "Invalid serialized value.\n" ; } $serialized = 'foo' ; set ... rror_handler (); ?> 上の例の出力は以下となります。 Invalid serialized value. 参考 error_reporting() - 出力する ...
https://man.plustar.jp/php/function.restore-error-handler.html - [similar]
SeekableIterator インターフェイス 6649
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... $position ])) { throw new OutOfBoundsException ( "invalid seek position ( $position )" ); } $this -> positio ... ります。 first element third element second element invalid seek position (10) 目次 SeekableIterator::seek — 位 ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
値を JSON 形式にして返す 6649
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... JSON_HEX_TAG , JSON_HEX_AMP , JSON_HEX_APOS , JSON_INVALID_UTF8_IGNORE , JSON_INVALID_UTF8_SUBSTITUTE , JSON_ ... R が追加されました。 7.2.0 flags パラメータに JSON_INVALID_UTF8_IGNORE と JSON_INVALID_UTF8_SUBSTITUTE が追加 ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
プロパティの名前に対応する定数値を取得する 6649
« IntlChar::getNumericValue IntlChar::getPropertyName » PHP Manual IntlChar プロパティの名前に対 ... プロパティにもマッチしない場合は IntlChar::PROPERTY_INVALID_CODE を返します。 例 例1 さまざまなプロパティの例 ... ( 'Some made-up string' ) === IntlChar :: PROPERTY_INVALID_CODE ); ?> 上の例の出力は以下となります。 bool(tru ...
https://man.plustar.jp/php/intlchar.getpropertyenum.html - [similar]
配列からシンボルテーブルに変数をインポートする 6547
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PH ... 必要があります。 EXTR_PREFIX_ALL または EXTR_PREFIX_INVALID を使用しない限り、 数値添字の配列には結果は出力され ... L 全ての変数の前に prefix を付けます。 EXTR_PREFIX_INVALID 無効または数値の変数名のみに接頭辞 prefix を付けま ... EXTR_PREFIX_SAME 、 EXTR_PREFIX_ALL 、 EXTR_PREFIX_INVALID あるいは EXTR_PREFIX_IF_EXISTS の場合にのみ必要であ ...
https://man.plustar.jp/php/function.extract.html - [similar]
定義済み定数 6547
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま ... 合は、 これらを null にエンコードします。 JSON_ERROR_INVALID_PROPERTY_NAME ( int ) JSON オブジェクトを PHP オブ ... () のオプションとして組み合わせて使用します。 JSON_INVALID_UTF8_IGNORE ( int ) 不正な UTF-8 の文字を無視します ... 。 PHP 7.2.0 以降で使用可能です。 JSON_INVALID_UTF8_SUBSTITUTE ( int ) 不正な UTF-8 の文字を、\0x ...
https://man.plustar.jp/php/json.constants.html - [similar]
The Zookeeper class 6342
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... OUT = -7 ; const int BADARGUMENTS = -8 ; const int INVALIDSTATE = -9 ; const int NEWCONFIGNOQUORUM = -13 ; co ... -111 ; const int SESSIONEXPIRED = -112 ; const int INVALIDCALLBACK = -113 ; const int INVALIDACL = -114 ; con ... TIMEOUT Operation timeout. Zookeeper::BADARGUMENTS Invalid arguments. Zookeeper::INVALIDSTATE Invliad zhandle ... session has been expired by the server. Zookeeper::INVALIDCALLBACK Invalid callback specified. Zookeeper::INV ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
新しいグローバル定数 6342
« 新しい関数 下位互換性のない変更点 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しいグローバ ... S_FAMILY ファイル情報 FILEINFO_EXTENSION JSON JSON_INVALID_UTF8_IGNORE JSON_INVALID_UTF8_SUBSTITUTE GD IMG_EF ...
https://man.plustar.jp/php/migration72.constants.html - [similar]
Returns the value of the specified configuration setting 6138
« sqlsrv_free_stmt sqlsrv_get_field » PHP Manual SQLSRV 関数 Returns the value of the specified ... Returns the value of the specified setting. If an invalid setting is specified, false is returned. 参考 sqls ...
https://man.plustar.jp/php/function.sqlsrv-get-config.html - [similar]
トランザクションを開始する 6138
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... kers) VALUES ('DE', 42000123)" ); /* Try to insert invalid values */ $language_code = 'FR' ; $native_speakers ... kers) VALUES ('DE', 42000123)" ); /* Try to insert invalid values */ $language_code = 'FR' ; $native_speakers ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT