検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1938 for IF (0.031 sec.)
ジェネレータとは 2466
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (P ... function xrange ( $start , $limit , $step = 1 ) { if ( $start <= $limit ) { if ( $step <= 0 ) { throw n ... <= $limit ; $i += $step ) { yield $i ; } } else { if ( $step >= 0 ) { throw new LogicException ( 'Step ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
Set the CPU time limit for the Lua environment 2466
« LuaSandbox::registerLibrary LuaSandbox::setMemoryLimit » PHP Manual LuaSandbox Set the CPU tim ... d Sets the CPU time limit for the Lua environment. If the total user and system time used by the environ ... s running causes the timer to be reset, or started if it was not already running. 注意 : On Windows, the ...
https://man.plustar.jp/php/luasandbox.setcpulimit.html - [similar]
Construct a new Javascript 2466
« MongoDB\BSON\Javascript MongoDB\BSON\Javascript::getCode » PHP Manual MongoDB\BSON\Javascript ... MongoDB\Driver\Exception\InvalidArgumentException if code contains null bytes. 変更履歴 バージョン 説明 ... river\Exception\InvalidArgumentException is thrown if code contains null bytes. Previously, values would ...
https://man.plustar.jp/php/mongodb-bson-javascript.construct.html - [similar]
Construct a new Regex 2466
« MongoDB\BSON\Regex MongoDB\BSON\Regex::getFlags » PHP Manual MongoDB\BSON\Regex Construct a ne ... MongoDB\Driver\Exception\InvalidArgumentException if pattern or flags contain null bytes. 変更履歴 バー ... river\Exception\InvalidArgumentException is thrown if pattern or flags contain null bytes. Previously, v ...
https://man.plustar.jp/php/mongodb-bson-regex.construct.html - [similar]
Commits a transaction 2466
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... 。 Throws MongoDB\Driver\Exception\CommandException if the server could not commit the transaction (e.g. ... . Throws MongoDB\Driver\Exception\RuntimeException if the transaction could not be commited (e.g. a tran ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Returns whether the write was acknowledged 2466
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul ... ongoDB\Driver\WriteResult::isAcknowledged (): bool If the write is acknowledged, other count fields will ... 関数にはパラメータはありません。 戻り値 Returns true if the write was acknowledged, and false otherwise. エ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
テーブルがビューかどうかを調べる 2466
« Table::insert Table::select » PHP Manual mysql_xdevapi\Table テーブルがビューかどうかを調べる ... ord@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sq ... book" ); $table = $schema -> getTable ( "names" ); if ( $table -> isView ()) { echo "This is a view." ; ...
https://man.plustar.jp/php/mysql-xdevapi-table.isview.html - [similar]
複数のステートメント 2466
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... rd" , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE t ... OM test; " ; $mysqli -> multi_query ( $sql ); do { if ( $result = $mysqli -> store_result ()) { var_dump ... li -> query ( "SELECT 1; DROP TABLE mysql.user" ); if (! $result ) { echo "Error executing query: (" . $ ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
内部イテレータの現在の要素が子を持つかどうかを調べる 2466
« RecursiveCallbackFilterIterator::getChildren RecursiveDirectoryIterator » PHP Manual Recursive ... iterator ) { // ディレクトリの再帰処理を許可します if ( $iterator -> hasChildren ()) { return TRUE ; } / ... / XML ファイルかどうかを調べます if (! strcasecmp ( $current -> getExtension (), 'xml' ...
https://man.plustar.jp/php/recursivecallbackfilteriterator.haschildren.html - [similar]
Differences from Standard Lua 2466
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... LuaSandbox provides a sandboxed environment which differs in some ways from standard Lua 5.1. Features t ... o package, as they allow direct filesystem access. If needed, filesystem access should be done via PHP c ... de. print() , since it outputs to standard output. If needed, output should be done via PHP callbacks. M ... g of other processes. os.clock() , os.date() , os.difftime() , and os.time() remain available. Most of t ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]