検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 3871 for FALSE (0.014 sec.)
DirectoryIterator クラス 3603
« CallbackFilterIterator::__construct DirectoryIterator::__construct » PHP Manual イテレータ Dir ... たメソッド */ public SplFileInfo::getATime (): int | false public SplFileInfo::getBasename ( string $suffix = ... " ): string public SplFileInfo::getCTime (): int | false public SplFileInfo::getExtension (): string public ... (): string public SplFileInfo::getGroup (): int | false public SplFileInfo::getInode (): int | false publi ... c SplFileInfo::getLinkTarget (): string | false public SplFileInfo::getMTime (): int | false publi ...
https://man.plustar.jp/php/class.directoryiterator.html - [similar]
DOMNode クラス 3472
« DOMNamedNodeMap::item DOMNode::appendChild » PHP Manual DOM DOMNode クラス DOMNode クラス (PHP ... */ public appendChild ( DOMNode $node ): DOMNode | false public C14N ( bool $exclusive = false , bool $with ... Comments = false , ? array $xpath = null , ? array $nsPrefixes = nu ... ll ): string | false public C14NFile ( string $uri , bool $exclusive = ... false , bool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = nu ...
https://man.plustar.jp/php/class.domnode.html - [similar]
PharData クラス 3443
« Phar::webPhar PharData::addEmptyDir » PHP Manual Phar PharData クラス PharData クラス (PHP 5 > ... | string | null $files = null , bool $overwrite = false ): bool public isWritable (): bool public offsetSe ... irectoryIterator::hasChildren ( bool $allowLinks = false ): bool public RecursiveDirectoryIterator::key (): ... id (): bool public SplFileInfo::getATime (): int | false public SplFileInfo::getBasename ( string $suffix = ... " ): string public SplFileInfo::getCTime (): int | false public SplFileInfo::getExtension (): string public ...
https://man.plustar.jp/php/class.phardata.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 3417
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なるこ ... 代入されている変数をチェックしたときは、 isset() は false を返します。 null文字 ( "\0" ) は PHP の null 定数 ... 在して null 以外の値をとれば true 、 そうでなければ false を返します。 例 例1 isset() の例 <?php $var = '' ; ... ; // TRUE unset ( $a ); var_dump (isset( $a )); // FALSE var_dump (isset( $a , $b )); // FALSE $foo = NULL ... ; var_dump (isset( $foo )); // FALSE ?> この関数は配列の要素に対しても動作します: <?php ...
https://man.plustar.jp/php/function.isset.html - [similar]
Create new MongoDB Manager 3417
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... bled in their config (e.g. krb.conf ). Defaults to false . This option is a deprecated alias for the "CANON ... ption is omitted or present, respectively. Specify false to force discovery to occur (if "replicaSet" is om ... eplicaSet" URI option must be omitted. Defaults to false . localThresholdMS int The size in milliseconds of ... 1 for the default write concern's w parameter. If false , 0 is specified. For details, see MongoDB\Driver\ ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
SimpleXMLElement クラス 3392
« XML エラーの対応 SimpleXMLElement::addAttribute » PHP Manual SimpleXML SimpleXMLElement クラス ... tring $data , int $options = 0 , bool $dataIsURL = false , string $namespaceOrPrefix = "" , bool $isPrefix ... = false ) public addAttribute ( string $qualifiedName , st ... tring $namespaceOrPrefix = null , bool $isPrefix = false ): ? SimpleXMLElement public children ( ? string $ ... namespaceOrPrefix = null , bool $isPrefix = false ): ? SimpleXMLElement public count (): int public ...
https://man.plustar.jp/php/class.simplexmlelement.html - [similar]
オブジェクトの比較 3392
« オブジェクトのクローン作成 遅延静的束縛 (Late Static Bindings) » PHP Manual クラスとオブジェク ... <?php function bool2str ( $bool ) { if ( $bool === false ) { return 'FALSE' ; } else { return 'TRUE' ; } } ... クラスの2つのインスタンス o1 == o2 : TRUE o1 != o2 : FALSE o1 === o2 : FALSE o1 !== o2 : TRUE 同じインスタンス ... への2つのリファレンス o1 == o2 : TRUE o1 != o2 : FALSE o1 === o2 : TRUE o1 !== o2 : FALSE 2つの異なるクラ ... スのインスタンス o1 == o2 : FALSE o1 != o2 : TRUE o1 === o2 : FALSE o1 !== o2 : TRUE ...
https://man.plustar.jp/php/language.oop5.object-comparison.html - [similar]
IntlDateFormatter クラス 3363
« IntlTimeZone::useDaylightTime IntlDateFormatter::create » PHP Manual intl IntlDateFormatter ク ... array | string | int | float $datetime ): string | false public static formatObject ( IntlCalendar | DateTi ... ormat = null , ? string $locale = null ): string | false public getCalendar (): int | false public getDateT ... ype (): int | false public getErrorCode (): int public getErrorMessage ... ocale ( int $type = ULOC_ACTUAL_LOCALE ): string | false public getPattern (): string | false public getTim ...
https://man.plustar.jp/php/class.intldateformatter.html - [similar]
Attempts to find a value's index 3363
« Ds\Deque::filter Ds\Deque::first » PHP Manual Deque Attempts to find a value's index Ds\Deque: ... 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 ... a" )); // 0 var_dump ( $deque -> find ( "b" )); // false var_dump ( $deque -> find ( "1" )); // false var_d ... 出力は、 たとえば以下のようになります。 int(0) bool(false) bool(false) int(1) 関連キーワード: find , Attempt ...
https://man.plustar.jp/php/ds-deque.find.html - [similar]
Attempts to find a value's index 3363
« Ds\Sequence::filter Ds\Sequence::first » PHP Manual Sequence Attempts to find a value's index ... 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 ( $sequence -> find ( "b" )); // false var_dump ( $sequence -> find ( "1" )); // false va ... 出力は、 たとえば以下のようになります。 int(0) bool(false) bool(false) int(1) 関連キーワード: find , Attempt ...
https://man.plustar.jp/php/ds-sequence.find.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT