検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 859 for not (0.235 sec.)
Cancels a statement 3224
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... ny results associated with the statement that have not been consumed are deleted. After sqlsrv_cancel() h ... with sqlsrv_prepare() . Calling sqlsrv_cancel() is not necessary if all the results associated with the s ... resource cancelled with sqlsrv_free_statement() cannot be re-executed. 参考 sqlsrv_free_stmt() - Frees al ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
はじめに 3224
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... d closures may yield or use by-reference, but must not contain class or named function declarations. 注意 ... nd data into and retrieve data from a task, but do not allow bi-directional communication between tasks. ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
オフセットが存在するかどうか 3192
« ArrayAccess ArrayAccess::offsetGet » PHP Manual ArrayAccess オフセットが存在するかどうか Array ... [ "foobar" ])); echo "\nRuns obj::offsetExists(), *not* obj:offsetGet() as there is nothing to get\n" ; v ... :offsetGet" bool(false) Runs obj::offsetExists(), *not* obj:offsetGet() as there is nothing to get string ...
https://man.plustar.jp/php/arrayaccess.offsetexists.html - [similar]
英数字かどうかを調べる 3192
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4. ... its.\n" ; } else { echo "The string $testcase does not consist of all letters or digits.\n" ; } } ?> 上の ... f all letters or digits. The string foo!#$bar does not consist of all letters or digits. 参考 ctype_alpha ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
16 進数を表す文字かどうかを調べる 3192
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... its.\n" ; } else { echo "The string $testcase does not consist of all hexadecimal digits.\n" ; } } ?> 上の ... of all hexadecimal digits. The string AR1012 does not consist of all hexadecimal digits. The string ab12 ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
Get the requested schema information 3192
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... 2 DOMAIN 3 SCALE 4 PRECISION 5 INDEXED 1:indexed 6 NOT NULL 1:not null 7 SHARED 1:shared 8 UNIQUE 1:uniqu ... value: when process is unsuccessful, return false, not -1. 例 例1 cubrid_schema() example <?php $conn = c ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 3192
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... [ $errno ] $errstr <br />\n" ; break; case E_USER_NOTICE : echo "<b>My NOTICE</b> [ $errno ] $errstr <br ... ue )) { trigger_error ( "Value at position $pos is not a number, using 0 (zero)" , E_USER_NOTICE ); $valu ... 二番目の配列を生成します。 echo "----\nvector b - a notice (b = log(PI) * a)\n" ; /* Value at position $po ... s is not a number, using 0 (zero) */ $b = scale_by_log ( $a ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
Sends changes from the local working copy to the repository 3192
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... ursive is set to false . 注意 : This function does not have any parameters for specifying authentication, ... must be an array, a string for a single target is not acceptable. 注意 : 相対パスは、PHP バイナリが存在す ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 3192
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... $cal1 -> equals ( $cal2 )); //TRUE //The locale is not included in the comparison $cal2 = IntlCalendar :: ... quals ( $cal2 )); //TRUE //And set fields state is not included as well $cal2 -> clear ( IntlCalendar :: ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]
Checks if the cursor is exhausted or may have additional results 3192
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... ted and the cursor ID is zero (i.e. a » getMore cannot be issued). An error was encountered while iterati ... sor reached its configured limit. By design, it is not possible to always determine whether a cursor has ... server via a » getMore operation, which may or may not return additional results and/or indicate that the ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]