検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 3871 for FALSE (0.011 sec.)
変更履歴 2750
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... されるようになりました。 これより前のバージョンでは、false を返していました。 DOMDocument::createComment エラ ... ーするようになりました。 これより前のバージョンでは、false を返していました。 DOMDocument::createDocumentFrag ... ーするようになりました。 これより前のバージョンでは、false を返していました。 DOMDocument::createTextNode エラ ... ーするようになりました。 これより前のバージョンでは、false を返していました。 current この関数を object に対し ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
比較演算子 2750
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... の例の PHP 8 での出力は、このようになります。: bool(false) bool(true) bool(true) bool(true) a <?php // Integ ... bool または null あらゆる型 両辺を bool に変換し、 false < true と判断します object object 組み込みクラスに ... // TRUE - same as (bool)1 == TRUE var_dump ( 0 == FALSE ); // TRUE - same as (bool)0 == FALSE var_dump ( 1 ... 00 < TRUE ); // FALSE - same as (bool)100 < TRUE var_dump (- 10 < FALSE ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに書き込まれる... 2750
« Phar::interceptFileFuncs Phar::isCompressed » PHP Manual Phar Phar の書き込み操作がバッファリン ... がバッファリングされる場合に true 、それ以外の場合に false を返します。 例 例1 Phar::isBuffering() の例 <?php ... fering ()); ?> 上の例の出力は以下となります。 bool(false) bool(false) =2= bool(true) bool(false) =3= bool(f ... alse) bool(false) 参考 Phar::startBuffering() - Phar の書き込み操作 ...
https://man.plustar.jp/php/phar.isbuffering.html - [similar]
クラスのインスタンス化が可能であるかどうかを調べる 2750
« ReflectionClass::isInstance ReflectionClass::isInterface » PHP Manual ReflectionClass クラスの ... せん。 戻り値 成功した場合に true を、失敗した場合に false を返します。 例 例1 ReflectionClass::isInstantiabl ... stantiable? bool(true) Is iface instantiable? bool(false) Is ifaceImpl instantiable? bool(true) Is abstract ... Class instantiable? bool(false) Is D instantiable? bool(true) Is T instantiable? ... bool(false) Is privateConstructor instantiable? bool(false) 参 ...
https://man.plustar.jp/php/reflectionclass.isinstantiable.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 2724
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strp ... ystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で、 needle が最初に現れる位置 ... いことに注意しましょう。 needle が見つからない場合は false を返します。 警告 この関数は論理値 false を返す可能 ... 性がありますが、 false として評価される値を返す可能性もあります。 詳細につ ... が 0 番目 (最初) の文字だからです。 if ( $pos === false ) { echo "文字列 ' $findme ' は、文字列 ' $mystrin ...
https://man.plustar.jp/php/function.strpos.html - [similar]
Set the idle callback function 2724
« ZMQDevice::run ZMQDevice::setIdleTimeout » PHP Manual ZMQDevice Set the idle callback function ... t without events. If the callback function returns false or a value that evaluates to false the device is s ... ction to invoke when the device is idle. Returning false or a value that evaluates to false from this funct ...
https://man.plustar.jp/php/zmqdevice.setidlecallback.html - [similar]
Scans the buffer for an occurrence of a string 2695
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... at . It returns numeric position of the string, or false if the string was not found. If the start argument ... e first occurrence of the string in the buffer, or false if string is not found. 警告 この関数は論理値 fals ... e を返す可能性がありますが、 false として評価される値を返す可能性もあります。 詳細につ ... ) { $p = $buf -> search ( $str , $p ); if ( $p === FALSE ) { break; } ++ $total ; ++ $p ; } return $total ; ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
指定された配列がリストかどうかをチェックする 2695
« array_intersect array_key_exists » PHP Manual 配列 関数 指定された配列がリストかどうかをチェッ ... 判定された場合は true を返します。 そうでない場合は false を返します。 例 例1 array_is_list() example <?php ... 場合 array_is_list ([ 1 => 'apple' , 'orange' ]); // false // キーの順序が正しくない場合 array_is_list ([ 1 = ... > 'apple' , 0 => 'orange' ]); // false // キーが数値でない場合 array_is_list ([ 0 => 'app ... le' , 'foo' => 'bar' ]); // false // 数値のキーが連続していない場合 array_is_list ([ ...
https://man.plustar.jp/php/function.array-is-list.html - [similar]
文字列形式のキーを配列形式に分割する 2695
« dba_insert dba_list » PHP Manual DBA 関数 文字列形式のキーを配列形式に分割する dba_key_split ( ... ーを配列形式に分割する 説明 dba_key_split ( string | false | null $key ): array | false dba_key_split() は、キ ... _name) 形式の配列を返します。 key が null あるいは false の場合には この関数は false を返します。 参考 dba_ ...
https://man.plustar.jp/php/function.dba-key-split.html - [similar]
このオブジェクトの時刻が、指定されたオブジェクトより未来かを判定する 2695
« IntlCalendar::add IntlCalendar::before » PHP Manual IntlCalendar このオブジェクトの時刻が、指定 ... 刻より後の場合に true を返します。 そうでない場合、 false を返します。 失敗時に false を返します。エラーを検 ... one $cal1 ; var_dump ( $cal1 -> after ( $cal2 ), //false $cal2 -> after ( $cal1 )); //false $cal1 -> roll ( ... ter ( $cal2 ), //true $cal2 -> after ( $cal1 )); //false 関連キーワード: オブジェクト , 時刻 , IntlCalendar ...
https://man.plustar.jp/php/intlcalendar.after.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT