Results of 1 - 10 of about 297 for failure (0.004 sec.)
- 検証フィルタ 12452
- « フィルタの型 除去フィルタ » PHP Manual フィルタの型 検証フィルタ 検証フィルタ 検証用のフィルタ
...
TER_VALIDATE_BOOL "boolean" default FILTER_NULL_ON_FAILURE "1"、"true"、"on" および "yes" の場合に true 、 そ ...
れ以外の場合に false を返します。 FILTER_NULL_ON_FAILURE が設定されている場合は、 false が返されるのは "0"、 ...
ain" default FILTER_FLAG_HOSTNAME , FILTER_NULL_ON_FAILURE ドメイン名ラベルの長さが妥当であるかを検証します。 ...
default FILTER_FLAG_EMAIL_UNICODE , FILTER_NULL_ON_FAILURE 値が妥当な e-mail アドレスであるかどうかを検証しま ...
-
https://man.plustar.jp/php/filter.filters.validate.html
- [similar]
- 指定したエラーコードが失敗を表すかどうかを調べる 12310
- « intl_get_error_message マルチバイト文字列 » PHP Manual 国際化 関数 指定したエラーコードが失敗を
...
表すかどうかを調べる intl_is_failure (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) ...
intl_is_failure — 指定したエラーコードが失敗を表すかどうかを調べる ...
説明 intl_is_failure ( int $errorCode ): bool パラメータ errorCode intl ...
告を意味する場合に false を返します。 例 例1 intl_is_failure() example <?php function check ( $err_code ) { var ...
-
https://man.plustar.jp/php/function.intl-is-failure.html
- [similar]
- Set callback for job failure 10517
- « GearmanClient::setExceptionCallback GearmanClient::setOptions » PHP Manual GearmanClient Set c
...
allback for job failure GearmanClient::setFailCallback (PECL gearman >= 0. ...
rmanClient::setFailCallback — Set callback for job failure 説明 public GearmanClient::setFailCallback ( calla ...
ata updates 関連キーワード: callback , Set , job , failure , function , task , setFailCallback , when , setEx ...
-
https://man.plustar.jp/php/gearmanclient.setfailcallback.html
- [similar]
- サーバーのパラメータおよび状態を、実行時に変更する 7976
- « Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状
...
ry_interval = false , bool $status = ? , callable $failure_callback = ? ): bool Memcache::setServerParams() は ...
、 サーバーがオンライン状態であることを意味します。 failure_callback エラーが発生した際に実行されるコールバック ...
verParams() の例 <?php function _callback_memcache_failure ( $host , $port ) { print "memcache ' $host : $por ...
ost' , 11211 , 1 , 15 , true , '_callback_memcache_failure' ); /* 手続き型の API */ $memcache_obj = memcache_ ...
-
https://man.plustar.jp/php/memcache.setserverparams.html
- [similar]
- 定義済み定数 7976
- « リソース型 有効期限 » PHP Manual Memcached 定義済み定数 定義済み定数 以下の定数が定義されていま
...
型: bool 、デフォルト: false Memcached::OPT_SERVER_FAILURE_LIMIT サーバーへの接続の最大試行回数を指定します。 ...
とした操作が成功したことを示します。 Memcached::RES_FAILURE 実行しようとした操作が何らかの点で失敗したことを示 ...
します。 Memcached::RES_HOST_LOOKUP_FAILURE DNSの名前解決が失敗したことを示します。 Memcached: ...
:RES_UNKNOWN_READ_FAILURE ネットワーク経由でのデータの読み取りに失敗したこと ...
-
https://man.plustar.jp/php/memcached.constants.html
- [similar]
- フォーマッタの直近のエラーコードを取得する 7084
- « NumberFormatter::getAttribute NumberFormatter::getErrorMessage » PHP Manual NumberFormatter フ
...
at ( $fmt , 1234567.891234567890000 ); if( intl_is_failure ( numfmt_get_error_code ( $fmt ))) { report_error ...
-> format ( 1234567.891234567890000 ); if( intl_is_failure ( $fmt -> getErrorCode ())) { report_error ( "Form ...
rror_code() - 直近のエラーコードを取得する intl_is_failure() - 指定したエラーコードが失敗を表すかどうかを調べ ...
-
https://man.plustar.jp/php/numberformatter.geterrorcode.html
- [similar]
- バンドルの直近のエラーコードを取得する 7084
- « ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直
...
ta/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( resourcebundle_get_error_code ( $r ))) { report_ ...
ta/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( ResourceBundle :: getErrorCode ( $r ))) { report ...
rror_code() - 直近のエラーコードを取得する intl_is_failure() - 指定したエラーコードが失敗を表すかどうかを調べ ...
-
https://man.plustar.jp/php/resourcebundle.geterrorcode.html
- [similar]
- Set SeasLog base path 7084
- « SeasLog::notice SeasLog::setDatetimeFormat » PHP Manual SeasLog Set SeasLog base path SeasLog:
...
Return TRUE on setted base path success, FALSE on failure. 例 例1 SeasLog::setBasePath() example <?php /* .. ...
og , path , Set , setBasePath , Return , example , failure , FALSE , success , setted ...
-
https://man.plustar.jp/php/seaslog.setbasepath.html
- [similar]
- バンドルの直近のエラーメッセージを取得する 6932
- « ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ
...
ta/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( resourcebundle_get_error_code ( $r ))) { report_ ...
ta/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( ResourceBundle :: getErrorCode ( $r ))) { report ...
rror_code() - 直近のエラーコードを取得する intl_is_failure() - 指定したエラーコードが失敗を表すかどうかを調べ ...
-
https://man.plustar.jp/php/resourcebundle.geterrormessage.html
- [similar]
- Set SeasLog logger name 6629
- « SeasLog::setDatetimeFormat SeasLog::setRequestID » PHP Manual SeasLog Set SeasLog logger name
...
TRUE on created logger disectory success, FALSE on failure. 例 例1 SeasLog::setLogger() example <?php var_dum ...
ogger , Set , setLogger , getLastLogger , stream , failure , ted , disectory , success ...
-
https://man.plustar.jp/php/seaslog.setlogger.html
- [similar]