検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 3871 for FALSE (0.003 sec.)
PHP 型の比較表 8174
« Unix ドメイン: Unix および UDG パーサトークンの一覧 » PHP Manual 付録 PHP 型の比較表 PHP 型の比 ... 。 例えば、 "42" は 文字列 ですが 42 は 整数 です。 false は bool ですが "false" は 文字列 です。 注意 : HTM ... ると、緩やかな比較および厳密な比較のいずれでも結果は false になります。 自分自身と比較した場合も含みますが、 ... _null() isset() bool : if($x) $x = ""; string true false true false $x = null; NULL true true false false v ... ar $x; NULL true true false false $x が未定義 NULL true true false false $x = ...
https://man.plustar.jp/php/types.comparisons.html - [similar]
SplTempFileObject クラス 4968
« SplFileObject::valid SplTempFileObject::__construct » PHP Manual ファイル操作 SplTempFileObjec ... public SplFileObject::current (): string | array | false public SplFileObject::eof (): bool public SplFileO ... (): bool public SplFileObject::fgetc (): string | false public SplFileObject::fgetcsv ( string $separator ... nclosure = "\"" , string $escape = "\\" ): array | false public SplFileObject::fgets (): string public SplF ... tring $escape = "\\" , string $eol = "\n" ): int | false public SplFileObject::fread ( int $length ): strin ...
https://man.plustar.jp/php/class.spltempfileobject.html - [similar]
変数の boolean としての値を取得する 4942
« 変数操作 関数 debug_zval_dump » PHP Manual 変数操作 関数 変数の boolean としての値を取得する b ... の例 <?php echo '0: ' .( boolval ( 0 ) ? 'true' : 'false' ). "\n" ; echo '42: ' .( boolval ( 42 ) ? 'true' ... : 'false' ). "\n" ; echo '0.0: ' .( boolval ( 0.0 ) ? 'true ... ' : 'false' ). "\n" ; echo '4.2: ' .( boolval ( 4.2 ) ? 'true ... ' : 'false' ). "\n" ; echo '"": ' .( boolval ( "" ) ? 'true' ...
https://man.plustar.jp/php/function.boolval.html - [similar]
DOMDocument クラス 4833
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocume ... c createAttribute ( string $localName ): DOMAttr | false public createAttributeNS ( ? string $namespace , s ... tring $qualifiedName ): DOMAttr | false public createCDATASection ( string $data ): DOMCda ... taSection | false public createComment ( string $data ): DOMComment ... ng $localName , string $value = "" ): DOMElement | false public createElementNS ( ? string $namespace , str ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
論理演算子 4807
« 加算子/減算子 文字列演算子 » PHP Manual 演算子 論理演算子 論理演算子 論理演算子 例 名前 結果 $ ... ん。これらの演算子は短絡評価を行うからです。 $a = ( false && foo ()); $b = ( true || foo ()); $c = ( false a ... 位は "or" より高くなります // $e に代入されるのは、(false || true) の評価結果です // これは、次の式と同様です ... : ($e = (false || true)) $e = false || true ; // $f に false を代 ... 算子を評価します // これは、次の式と同様です: (($f = false) or true) $f = false or true ; var_dump ( $e , $f ...
https://man.plustar.jp/php/language.operators.logical.html - [similar]
DOMCdataSection クラス 4782
« DOMAttr::isId DOMCdataSection::__construct » PHP Manual DOM DOMCdataSection クラス DOMCdataSec ... blic DOMText::splitText ( int $offset ): DOMText | false public DOMCharacterData::appendData ( string $data ... bstringData ( int $offset , int $count ): string | false public DOMNode::appendChild ( DOMNode $node ): DOM ... Node | false public DOMNode::C14N ( bool $exclusive = false , b ... ool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = nu ...
https://man.plustar.jp/php/class.domcdatasection.html - [similar]
IntlGregorianCalendar クラス 4782
« IntlCalendar::toDateTime IntlGregorianCalendar::__construct » PHP Manual intl IntlGregorianCal ... ifference ( float $timestamp , int $field ): int | false public static IntlCalendar::fromDateTime ( DateTim ... dar public IntlCalendar::get ( int $field ): int | false public IntlCalendar::getActualMaximum ( int $field ... ): int | false public IntlCalendar::getActualMinimum ( int $field ... ): int | false public static IntlCalendar::getAvailableLocales () ...
https://man.plustar.jp/php/class.intlgregoriancalendar.html - [similar]
DOMNotation クラス 4752
« DOMNodelist::item DOMParentNode » PHP Manual DOM DOMNotation クラス DOMNotation クラス (PHP 5, ... DOMNode::appendChild ( DOMNode $node ): DOMNode | false public DOMNode::C14N ( bool $exclusive = false , b ... ool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = nu ... ll ): string | false public DOMNode::C14NFile ( string $uri , bool $exc ... lusive = false , bool $withComments = false , ? array $xpath = nu ...
https://man.plustar.jp/php/class.domnotation.html - [similar]
SplFileObject クラス 4752
« SplFileInfo::__toString SplFileObject::__construct » PHP Manual ファイル操作 SplFileObject クラ ... name , string $mode = "r" , bool $useIncludePath = false , ? resource $context = null ) public current (): ... string | array | false public eof (): bool public fflush (): bool public ... fgetc (): string | false public fgetcsv ( string $separator = "," , string ... nclosure = "\"" , string $escape = "\\" ): array | false public fgets (): string public fgetss ( string $al ...
https://man.plustar.jp/php/class.splfileobject.html - [similar]
DOMEntityReference クラス 4727
« DOMEntity DOMEntityReference::__construct » PHP Manual DOM DOMEntityReference クラス DOMEntity ... DOMNode::appendChild ( DOMNode $node ): DOMNode | false public DOMNode::C14N ( bool $exclusive = false , b ... ool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = nu ... ll ): string | false public DOMNode::C14NFile ( string $uri , bool $exc ... lusive = false , bool $withComments = false , ? array $xpath = nu ...
https://man.plustar.jp/php/class.domentityreference.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT