検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 3871 for FALSE (0.009 sec.)
Attempts to find a value's index 3363
« Ds\Vector::filter Ds\Vector::first » PHP Manual Vector Attempts to find a value's index Ds\Vec ... value ): mixed Returns the index of the value , or false if not found. パラメータ value The value to find. ... 戻り値 The index of the value, or false if not found. 注意 : Values will be compared by va ... " )); // 0 var_dump ( $vector -> find ( "b" )); // false var_dump ( $vector -> find ( "1" )); // false var_ ... 出力は、 たとえば以下のようになります。 int(0) bool(false) bool(false) int(1) 関連キーワード: find , Attempt ...
https://man.plustar.jp/php/ds-vector.find.html - [similar]
tidy クラス 3337
« Tidy の例 tidy::body » PHP Manual Tidy tidy クラス tidy クラス (PHP 5, PHP 7, PHP 8, PECL tidy ... ? string $encoding = null , bool $useIncludePath = false ) public body (): ? tidyNode public cleanRepair () ... ool tidy_get_error_buffer ( tidy $tidy ): string | false public getConfig (): array public getHtmlVer (): i ... bool public getOptDoc ( string $option ): string | false public getRelease (): string public getStatus (): ... ? string $encoding = null , bool $useIncludePath = false ): bool tidy_parse_file ( string $filename , array ...
https://man.plustar.jp/php/class.tidy.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 3337
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... に関する情報が見つからなかった場合、 そうした情報は false に設定されたり、存在しない状態になります。 datetim ... トを構築する必要がある場合、 より多くのフィールドを false でない値に設定できます。 そうしたことが起こる場合に ... 功した場合に日付/時刻情報を含む配列、失敗した場合に false を返します。 エラー / 例外 日付/時刻フォーマットに ... 0) 'errors' => array(0) { } 'is_localtime' => bool(false) } タイムゾーン情報が含まれた datetime がパースされ ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
プロパティに対応する、Unicode での名前を取得する 3337
« IntlChar::getPropertyEnum IntlChar::getPropertyValueEnum » PHP Manual IntlChar プロパティに対応 ... t $type = IntlChar::LONG_PROPERTY_NAME ): string | false 指定されたプロパティに対応する、Unicode の名前を返 ... てはいけません。 また、 property が範囲外の値の場合 false を返します。 type どの名前を取得するかを選択します ... 。 範囲外の値が指定された場合、 false を返します。 全てのプロパティには長い名前 (long na ... 名前を返します。 property や type が範囲外の場合は、 false を返します。 指定された type が false を返す場合は ...
https://man.plustar.jp/php/intlchar.getpropertyname.html - [similar]
プロパティの値に対応する、Unicode の名前を取得する 3337
« IntlChar::getPropertyValueEnum IntlChar::getUnicodeVersion » PHP Manual IntlChar プロパティの値 ... t $type = IntlChar::LONG_PROPERTY_NAME ): string | false 指定されたプロパティの値に対応する、Unicode の名前 ... このメソッドが指定された値で動作しなかった場合は、 false を返します。 value プロパティの値を指定します。 範 ... 囲外の値が指定された場合、 false を返します。 一般的に、有効な値は 0 からある最大値 ... の名前を取得するかを選択します。 範囲外の値の場合、 false を返します。 全ての値には長い名前 (long name) が存 ...
https://man.plustar.jp/php/intlchar.getpropertyvaluename.html - [similar]
Phar クラス 3282
« Phar のシグネチャの書式 Phar::addEmptyDir » PHP Manual Phar Phar クラス Phar クラス (PHP 5 >= ... | string | null $files = null , bool $overwrite = false ): bool public getAlias (): ? string public getMet ... getPath (): string public getSignature (): array | false public getStub (): string final public static getS ... isBuffering (): bool public isCompressed (): int | false public isFileFormat ( int $format ): bool final pu ... irectoryIterator::hasChildren ( bool $allowLinks = false ): bool public RecursiveDirectoryIterator::key (): ...
https://man.plustar.jp/php/class.phar.html - [similar]
ReflectionObject クラス 3282
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... 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.reflectionobject.html - [similar]
IntlCalendar クラス 3257
« MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen ... ifference ( float $timestamp , int $field ): int | false public static fromDateTime ( DateTime | string $da ... ): ? IntlCalendar public get ( int $field ): int | false public getActualMaximum ( int $field ): int | fals ... e public getActualMinimum ( int $field ): int | false public static getAvailableLocales (): array public ... getDayOfWeekType ( int $dayOfWeek ): int | false public getErrorCode (): int | false public getErro ...
https://man.plustar.jp/php/class.intlcalendar.html - [similar]
設定文字列をパースする 3257
« parse_ini_file pathinfo » PHP Manual ファイルシステム 関数 設定文字列をパースする parse_ini_st ... ng ( string $ini_string , bool $process_sections = false , int $scanner_mode = INI_SCANNER_NORMAL ): array ... | false parse_ini_string() は、文字列 ini_string の設定を連 ... 次元配列を返します。 process_sections のデフォルトは false です。 scanner_mode INI_SCANNER_NORMAL (デフォルト ... ue" 、 "on" そして "yes" は true に変換されます。 "false" 、 "off" 、 "no" そして "none" は false だとみなさ ...
https://man.plustar.jp/php/function.parse-ini-string.html - [similar]
2 つの variant のビット implication を行う 3231
« variant_idiv variant_int » PHP Manual COM関数 2 つの variant のビット implication を行う varia ... ation テーブル left right 結果 true true true true false false true null true false true true false false t ... rue false null true null true true null false null null null ...
https://man.plustar.jp/php/function.variant-imp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT