検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 3871 for FALSE (0.101 sec.)
ReflectionClass クラス 2615
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション Reflecti ... c static export ( mixed $argument , bool $return = false ): string public getAttributes ( ? string $name = ... erties (): array public getDocComment (): string | false public getEndLine (): int | false public getExtens ... tionExtension public getExtensionName (): string | false public getFileName (): string | false public getIn ... string public getParentClass (): ReflectionClass | false public getProperties ( ? int $filter = null ): arr ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
照合用の属性の値を取得する 2615
« Collator::create Collator::getErrorCode » PHP Manual Collator 照合用の属性の値を取得する Colla ... c Collator::getAttribute ( int $attribute ): int | false 手続き型 collator_get_attribute ( Collator $object ... , int $attribute ): int | false collator の属性の値を取得します。 パラメータ objec ... い属性。 戻り値 属性の値を返します。 失敗した場合に false を返します 例 例1 collator_get_attribute() の例 <? ... ll , Collator :: NUMERIC_COLLATION ); if( $val === false ) { // エラー処理 } ?> 参考 Collator の定数 collat ...
https://man.plustar.jp/php/collator.getattribute.html - [similar]
collator の直近のエラーコードを取得する 2615
« Collator::getAttribute Collator::getErrorMessage » PHP Manual Collator collator の直近のエラー ... ェクト指向型 public Collator::getErrorCode (): int | false 手続き型 collator_get_error_code ( Collator $objec ... t ): int | false パラメータ object Collator オブジェクト。 戻り値 直 ... ールが返したエラーコードを返します。 失敗した場合に false を返します 例 例1 collator_get_error_code() の例 < ... ibute ( $coll , Collator :: FRENCH_COLLATION ) === false ) handle_error ( collator_get_error_code () ); ?> ...
https://man.plustar.jp/php/collator.geterrorcode.html - [similar]
文字列のソート用のキーを取得する 2615
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得す ... Collator::getSortKey ( string $string ): string | false 手続き型 collator_get_sort_key ( Collator $object ... , string $string ): string | false 文字列用の照合キーを返します。 照合キーは文字列のか ... 戻り値 文字列の照合キーを返します。失敗した場合に false を返します 警告 この関数は論理値 false を返す可能性 ... がありますが、 false として評価される値を返す可能性もあります。 詳細につ ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
ノードをファイルに正規化する 2615
« DOMNode::C14N DOMNode::cloneNode » PHP Manual DOMNode ノードをファイルに正規化する DOMNode::C1 ... OMNode::C14NFile ( string $uri , bool $exclusive = false , bool $withComments = false , ? array $xpath = nu ... ll , ? array $nsPrefixes = null ): int | false ノードをファイルに正規化します。 パラメータ uri 出 ... 戻り値 書き込んだバイト数を返します。 失敗した場合に false を返します 参考 DOMNode::C14N() - ノードを文字列に ...
https://man.plustar.jp/php/domnode.c14nfile.html - [similar]
配列内の現在の要素を返す 2615
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8 ... 指していたり 配列が空だったりした場合、 current() は false を返します。 警告 この関数は論理値 false を返す可能 ... 性がありますが、 false として評価される値を返す可能性もあります。 詳細につ ... r = array(); var_dump ( current ( $arr )); // bool(false) $arr = array(array()); var_dump ( current ( $arr ... 列に対して、 current() を呼び出した時の結果は、 bool false 要素を指していた場合と区別できません。 false 要素を ...
https://man.plustar.jp/php/function.current.html - [similar]
ディレクトリクラスのインスタンスを返す 2615
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP ... ectory , ? resource $context = null ): Directory | false ディレクトリを読むための疑似オブジェクト指向の機構 ... irectory のインスタンスを返します。 エラーの場合は false を返します。 変更履歴 バージョン 説明 8.0.0 contex ... どのように調べているかに 注目してください。戻り値が false と一致することを、明示的に (値が等しく、かつ型も等 ... を参照ください)調べています。なぜなら、そうしないと false と評価されてしまうディレクトリエントリがあった場合 ...
https://man.plustar.jp/php/function.dir.html - [similar]
別の文字列の中で、ある文字が最後に現れる場所を見つける 2615
« mb_strpos mb_strrichr » PHP Manual マルチバイト文字列 関数 別の文字列の中で、ある文字が最後に現 ... $haystack , string $needle , bool $before_needle = false , ? string $encoding = null ): string | false mb_s ... 分文字列を返します。 needle が見つからなかった場合は false を返します。 パラメータ haystack needle が最後に現 ... の先頭から needle が最後に現れる位置までを返します。 false の場合は、 needle が最後に現れる位置から haystack ... の部分文字列を返します。 needle が見つからない場合は false を返します。 変更履歴 バージョン 説明 8.0.0 needle ...
https://man.plustar.jp/php/function.mb-strrchr.html - [similar]
文字列の中で、指定した文字列が最初に現れる位置を見つける 2615
« mb_strrpos mb_strtolower » PHP Manual マルチバイト文字列 関数 文字列の中で、指定した文字列が最 ... $haystack , string $needle , bool $before_needle = false , ? string $encoding = null ): string | false mb_s ... 分文字列を返します。 needle が見つからなかった場合は false を返します。 パラメータ haystack needle が最初に現 ... 初に現れる位置までを返します (needle を含めません)。 false の場合は、 needle が最初に現れる位置から haystack ... の部分文字列を返します。 needle が見つからない場合は false を返します。 変更履歴 バージョン 説明 8.0.0 needle ...
https://man.plustar.jp/php/function.mb-strstr.html - [similar]
利用可能な暗号メソッドを取得 2615
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... 説明 openssl_get_cipher_methods ( bool $aliases = false ): array 利用可能な暗号メソッドの一覧を取得します。 ... function( $n ) { return stripos ( $n , "ecb" )=== FALSE ; } ); //At least as early as Aug 2016, Openssl de ... function( $c ) { return stripos ( $c , "des" )=== FALSE ; } ); $ciphers = array_filter ( $ciphers , functi ... on( $c ) { return stripos ( $c , "rc2" )=== FALSE ; } ); $ciphers = array_filter ( $ciphers , functi ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]