検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 3871 for FALSE (0.096 sec.)
引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 2349
« is_bool is_countable » PHP Manual 変数操作 関数 引数が、現在のスコープから関数としてコール可能 ... 明 is_callable ( mixed $value , bool $syntax_only = false , string &$callable_name = null ): bool 引数の内容 ... alue がコール可能な場合に true 、 それ以外の場合に false を返します。 例 例1 is_callable() の例 <?php // 変 ... on' ; var_dump ( is_callable ( $functionVariable , false , $callable_name )); // bool(true) echo $callable_ ... , 'foo' )) ); 上の例の出力は以下となります。 bool(false) bool(false) 注意 オブジェクトは、 __invoke() を実 ...
https://man.plustar.jp/php/function.is-callable.html - [similar]
proc_open で開かれたプロセスに関する情報を取得する 2349
« proc_close proc_nice » PHP Manual プログラム実行関数 proc_open で開かれたプロセスに関する情報を ... だ動いている場合は、 true 、すでに終了している場合は false 。 signaled bool 子プロセスが、キャッチされていない ... より終了した場合に true となります。Windows では常に false にセットされます。 stopped bool 子プロセスが、シグ ... より停止した時に true となります。 Windows では常に false にセットされます。 exitcode int プロセスが返した終 ... 了コード ( running が false の時のみ意味を持ちます)。 正しい値を返すのは関数を ...
https://man.plustar.jp/php/function.proc-get-status.html - [similar]
Gets field data from the currently selected row 2349
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... data from the specified field on success. Returns false otherwise. 例 例1 sqlsrv_get_field() example The f ... t ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqlsrv_errors (), true )); } $s ... tmt = sqlsrv_query ( $conn , $sql ); if( $stmt === false ) { die( print_r ( sqlsrv_errors (), true )); } // ... ilable for reading. if( sqlsrv_fetch ( $stmt ) === false ) { die( print_r ( sqlsrv_errors (), true )); } // ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
ロケールのキーワードの値の集合を返す 2349
« IntlCalendar::getGreatestMinimum IntlCalendar::getLeastMaximum » PHP Manual IntlCalendar ロケー ... tring $locale , bool $onlyCommon ): IntlIterator | false 手続き型 intlcal_get_keyword_values_for_locale ( s ... tring $locale , bool $onlyCommon ): IntlIterator | false 指定されたロケールのキーに基づいて、 異なる振る舞い ... 字列を格納したイテレータを返します。 失敗した場合に false を返します 例 例1 IntlCalendar::getKeyworkValuesFo ... getKeywordValuesForLocale ( 'calendar' , 'fa_IR' , false ))); 上の例の出力は以下となります。 Array ( [0] => ...
https://man.plustar.jp/php/intlcalendar.getkeywordvaluesforlocale.html - [similar]
コードポイントが小文字かどうかを調べる 2349
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かど ... 文字である場合に true を返します。 そうでない場合、 false を返します。 失敗した場合は、 null を返します。 例 ... r ( "1" )); ?> 上の例の出力は以下となります。 bool(false) bool(true) bool(false) bool(true) bool(false) 参考 ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 2349
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴ ... 文字である場合に true を返します。 そうでない場合、 false を返します。 失敗した場合は、 null を返します。 例 ... ?> 上の例の出力は以下となります。 bool(true) bool(false) bool(true) bool(false) bool(false) 参考 IntlChar: ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
指定されたシステムタイムゾーンのIDから、地域コードを取得する 2349
« IntlTimeZone::getRawOffset IntlTimeZone::getTZDataVersion » PHP Manual IntlTimeZone 指定された ... meZone::getRegion ( string $timezoneId ): string | false 手続き型: intltz_get_region ( string $timezoneId ) ... : string | false 警告 この関数は、 現在のところ詳細な情報はありませ ... oneId 戻り値 地域コードを返します。 失敗した場合に false を返します. 関連キーワード: 地域 , コード , 取得 , ...
https://man.plustar.jp/php/intltimezone.getregion.html - [similar]
型宣言 2349
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... は、単独の、独立した型として使うことは出来ません。 false 疑似型 false リテラルの型が、union の一部としてサポ ... 史的な理由で、多くの内部関数が失敗時に null ではなく false を返しているためです。 strpos() 関数は、このような ... 関数の典型例です。 警告 false 疑似型は、単独の、独立した型 (単独な null を許容す ... としても) として使うことは出来ません。 したがって、 false , false|null , ?false はいずれも許されません。 警告 ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
ディレクトリハンドルからエントリを読み込む 2349
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... 名をあらわす文字列、あるいは次のファイルがない場合に false を返します。 注意 : 戻り値は文字列にキャストされま ... h isn't readable for me" , E_USER_NOTICE ); return false ; } if (! is_file ( $path )) { trigger_error ( " $ ... path isn't a file" , E_USER_NOTICE ); return false ; } $this -> fp = fopen ( $path , "rb" ); return t ... the end of the archive if (! $filename ) { return false ; } $octal_bytes = trim ( $data [ "size" ]); // Fi ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
ファイルを修正し、それを文字列として返す 2349
« tidy::parseString tidy::repairString » PHP Manual tidy ファイルを修正し、それを文字列として返す ... ? string $encoding = null , bool $useIncludePath = false ): string | false 手続き型 tidy_repair_file ( stri ... ? string $encoding = null , bool $useIncludePath = false ): string | false 与えられたファイルを修正し、それ ...
https://man.plustar.jp/php/tidy.repairfile.html - [similar]