検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 3871 for FALSE (0.026 sec.)
PDO クラス 3202
« ラージオブジェクト (LOB) PDO::beginTransaction » PHP Manual PDO PDO クラス PDO クラス (PHP 5 > ... (): array public exec ( string $statement ): int | false public getAttribute ( int $attribute ): mixed publ ... c lastInsertId ( ? string $name = null ): string | false public prepare ( string $query , array $options = ... [] ): PDOStatement | false public query ( string $query , ? int $fetchMode = ... null ): PDOStatement | false public query ( string $query , ? int $fetchMode = ...
https://man.plustar.jp/php/class.pdo.html - [similar]
ZipArchive クラス 3202
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... , int $flags = 0 , array $options = [] ): array | false public addPattern ( string $pattern , string $path ... = "." , array $options = [] ): array | false public clearError (): void public close (): bool p ... lic getArchiveComment ( int $flags = 0 ): string | false public getCommentIndex ( int $index , int $flags = ... 0 ): string | false public getCommentName ( string $name , int $flags ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 3202
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の ... 表す度数。 戻り値 成功した場合に配列、失敗した場合に false を返します。 配列の構造の詳細は、以下のリストのとお ... スタンプ、または 太陽が天頂より一日中下にある場合、 false です。 また、一日中天頂より上にある場合、 true です ... 出力は以下となります。 array(9) { ["sunrise"]=> bool(false) ["sunset"]=> bool(false) ["transit"]=> int(151385 ... 7490) ["civil_twilight_begin"]=> bool(false) ["civil_twilight_end"]=> bool(false) ["nautical_t ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
ReflectionEnum クラス 3151
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... onClass::export ( mixed $argument , bool $return = false ): string public ReflectionClass::getAttributes ( ... public ReflectionClass::getDocComment (): string | false public ReflectionClass::getEndLine (): int | false ... lic ReflectionClass::getExtensionName (): string | false public ReflectionClass::getFileName (): string | f ... lectionClass::getParentClass (): ReflectionClass | false public ReflectionClass::getProperties ( ? int $fil ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
assertion が false であるかどうかを調べる 3151
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が false であるかどうかを調べる 説明 PHP 5 および PHP 7 ass ... l assert() は、指定した assertion を調べて、結果が false の場合に適切な動作をします。 従来のアサーション (P ... ンドラ関数をコールする前に文字列に変換され、論理型の false は空文字列に変換されます。 assertion は、デバッグ目 ... のオブジェクトをスローします。 戻り値 アサーションが false となった場合に false 、それ以外の場合に true を返し ...
https://man.plustar.jp/php/function.assert.html - [similar]
論理型 (boolean) 3151
« はじめに 整数 » PHP Manual 型 論理型 (boolean) 論理型 (boolean) 論理型は、最も簡単な型です。 b ... ol は、真偽の値を表します。 この値は、 true または false のどちらかになります。 構文 boolean リテラルを指定 ... するには、定数 true または false を指定してください。 両方とも大文字小文字に依存しま ... 変換 も参照ください。 bool に変換する場合、次の値は false とみなされます。 boolean の false integer の 0 (ゼ ... みなされます。 <?php var_dump ((bool) "" ); // bool(false) var_dump ((bool) "0" ); // bool(false) var_dump ( ...
https://man.plustar.jp/php/language.types.boolean.html - [similar]
2 つの variant の論理和を計算する 3126
« variant_not variant_pow » PHP Manual COM関数 2 つの variant の論理和を計算する variant_or (PHP ... ant の OR 規則 left right 結果 true true true true false true true null true false true true false false fa ... lse false null null null true true null false null null null ...
https://man.plustar.jp/php/function.variant-or.html - [similar]
型演算子 3126
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数 ... ?> 上の例の出力は以下となります。 bool(true) bool(false) instanceof は、ある変数が 特定の親クラスを継承した ... の出力は以下となります。 bool(true) bool(true) bool(false) instanceof は、もし確かめる変数がオブジェクトでな ... くてもエラーになりません。単に false を返すだけです。ただし、PHP 7.3.0 以前では、定数を ... anceof stdClass ); // $c はリソースです var_dump ( FALSE instanceof stdClass ); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
言語タグフィルタがロケールにマッチするかどうかを調べる 3126
« Locale::composeLocale Locale::getAllVariants » PHP Manual Locale 言語タグフィルタがロケールにマ ... anguageTag , string $locale , bool $canonicalize = false ): ? bool 手続き型 locale_filter_matches ( string ... anguageTag , string $locale , bool $canonicalize = false ): ? bool languageTag フィルタが locale でマッチす ... ageTag にマッチする場合に true 、 それ以外の場合に false を返します。 locale の長さが INTL_MAX_LOCALE_LEN を ... ho ( locale_filter_matches ( 'de-DEVA' , 'de-DE' , false )) ? "Matches" : "Does not match" ; echo '; ' ; ec ...
https://man.plustar.jp/php/locale.filtermatches.html - [similar]
文字列をトークンに分割する 3071
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PH ... trtok ( string $string , string $token ): string | false 代替のシグネチャ (名前付き引数をサポートしていませ ... ん): strtok ( string $token ): string | false strtok() は文字列 ( string ) を 何らかの文字 token ... 連続してコールすると、 "aaa" と "bbb" を返し、最後に false を返します。 結果として、文字列はふたつにしか分割さ ... トークンを文字列で返します。 トークンがない場合は、 false を返します。 例 例1 strtok() の例 <?php $string = ...
https://man.plustar.jp/php/function.strtok.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT