検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 440 for last (0.011 sec.)
Return the numerical value of the error message from previous CUBRID operation 4871
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... ifier = ? ): int Returns the error number from the last CUBRID function. The cubrid_errno() function is us ... If the connection identifier is not specified, the last connection opened by cubrid_connect() is assumed. ... 戻り値 Returns the error number from the last CUBRID function, or 0 (zero) if no error occurred. ... most recent function call cubrid_error_msg() - Get last error message for the most recent function call 関 ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
RRD 関数 4838
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... ata rrd_info — Gets information about rrd file rrd_last — Gets unix timestamp of the last sample rrd_lastu ... pdate — Gets information about last updated data rrd_restore — Restores the RRD file f ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
Gets the last stomp error 4838
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::er ... p >= 0.1.0) Stomp::error -- stomp_error — Gets the last stomp error 説明 オブジェクト指向型 (method): publ ... 型: stomp_error ( resource $link ): string Gets the last stomp error. パラメータ link 手続き型のみ: stomp_c ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Gearman 4796
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... manClient::error — Returns an error string for the last error encountered GearmanClient::getErrno — Get an ... client options GearmanClient::returnCode — Get the last Gearman return code GearmanClient::runTasks — Run ... — Get the job handle GearmanJob::returnCode — Get last return code GearmanJob::sendComplete — Send the re ... uffer for a task GearmanTask::returnCode — Get the last return code GearmanTask::sendData — Send data for ...
https://man.plustar.jp/php/book.gearman.html - [similar]
指定したエラー番号に対応するシステムのエラーメッセージを取得する 4796
« posix_setuid posix_times » PHP Manual POSIX 関数 指定したエラー番号に対応するシステムのエラーメ ... ジを返します。 error_code を取得するには、 posix_get_last_error() をコールします。 パラメータ error_code pos ... ix_get_last_error() が返す POSIX エラー番号。0 に設定すると、文 ... ( 50 , SIGKILL ); echo posix_strerror ( posix_get_last_error ()). "\n" ; ?> 上の例の出力は、 たとえば以下 ... のようになります。 No such process 参考 posix_get_last_error() - 直近で失敗した posix 関数が設定したエラー ...
https://man.plustar.jp/php/function.posix-strerror.html - [similar]
イテレータの位置を、最後の文字より後に設定する 4796
« IntlBreakIterator::isBoundary IntlBreakIterator::next » PHP Manual IntlBreakIterator イテレータ ... 置を、最後の文字より後に設定する IntlBreakIterator::last (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator:: ... 文字より後に設定する 説明 public IntlBreakIterator::last (): int 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/intlbreakiterator.last.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 4763
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... 快に比較する用途に使えます。 以下の例は、 $people を last name で比較し、 それが一致するものについては first ... ます。 <?php $people [ 0 ] = [ 'first' => 'Adam' , 'last' => 'West' ]; $people [ 1 ] = [ 'first' => 'Alec' ... , 'last' => 'Baldwin' ]; $people [ 2 ] = [ 'first' => 'Ada ... m' , 'last' => 'Baldwin' ]; function sorter (array $a , array ...
https://man.plustar.jp/php/function.usort.html - [similar]
Get SeasLog last logger path 4763
« SeasLog::getDatetimeFormat SeasLog::getRequestID » PHP Manual SeasLog Get SeasLog last logger ... path SeasLog::getLastLogger (PECL seaslog >=1.0.0) SeasLog::getLastLogge ... r — Get SeasLog last logger path 説明 public static SeasLog::getLastLog ... ger (): string Use the Function SeasLog::getLastLogger() will get the value of seaslog.default_logg ... er() will change the value of function SeasLog::getLastLogger() . 例 例1 SeasLog::getLastLogger() example ...
https://man.plustar.jp/php/seaslog.getlastlogger.html - [similar]
pg_last_error および pg_result_error が返すメッセージの詳細度を指定する 4730
« pg_set_client_encoding pg_socket » PHP Manual PostgreSQL 関数 pg_last_error および pg_result_e ... = 5.1.0, PHP 7, PHP 8) pg_set_error_verbosity — pg_last_error() および pg_result_error() が返すメッセージの ... nection $connection = ? , int $verbosity ): int pg_last_error() および pg_result_error() が返すメッセージの ... conn ); echo pg_result_error ( $res1 ); ?> 参考 pg_last_error() - 特定の接続から直近のエラーメッセージ文字 ...
https://man.plustar.jp/php/function.pg-set-error-verbosity.html - [similar]
ソケットのオプションを設定する 4730
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する so ... ケットを作成できません: ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } if (! socket_set_option ( ... ションを設定できません: ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } if (! socket_bind ( $socke ... トをバインドできません: ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } $rval = socket_get_option ... ションを取得できません: ' . socket_strerror ( socket_last_error ()) . PHP_EOL ; } else if ( $rval !== 0 ) { ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT