検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 1114 for from (0.028 sec.)
Pause the CPU usage timer 2789
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... CPU usage timer. This only has effect when called from within a callback from Lua. When execution returns ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Starts a transaction 2789
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... o automatically aborted when the session is closed from garbage collection or by explicitly calling MongoD ... s options array overrides the corresponding option from the "defaultTransactionOptions" option, if set whe ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
結果の任意の行にポインタを移動する 2789
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... d" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; $result = $mysqli -> query ( ... d" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; $result = mysqli_query ( $li ... d" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 15,4" ; $result = $mysqli ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
結果セットの次の行を連想配列で取得する 2789
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... d" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = $mysqli -> quer ... d" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = mysqli_query ( ... d" , "world" ); $query = 'SELECT Name, CountryCode FROM City ORDER BY ID DESC' ; // イテレータを使う場合 $ ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
結果セットのフィールド数を取得する 2789
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... ( "SELECT Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィー ... , "SELECT Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィー ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
結果セットから次の行を取得する 2789
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... ?php $sth = $dbh -> prepare ( "SELECT name, colour FROM fruit" ); $sth -> execute (); /* Exercise PDOState ... aForwards ( $dbh ) { $sql = 'SELECT hand, won, bet FROM mynumbers ORDER BY BET' ; $stmt = $dbh -> prepare ... Backwards ( $dbh ) { $sql = 'SELECT hand, won, bet FROM mynumbers ORDER BY bet' ; $stmt = $dbh -> prepare ... e yet.\n" ; } } } $sth = $dbh -> query ( "SELECT * FROM people" ); $sth -> setFetchMode ( PDO :: FETCH_CLA ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
RADIUS Packet Types 2789
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... st. RADIUS_COA_REQUEST ( int ) A CoA-Request, sent from the RADIUS server to indicate that the authorisati ... CONNECT_REQUEST ( int ) A Disconnect-Request, sent from the RADIUS server to indicate that the user sessio ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
Radius 関数 2789
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ... する radius_get_tagged_attr_data — Extracts the data from a tagged attribute radius_get_tagged_attr_tag — Ex ... tracts the tag from a tagged attribute radius_get_vendor_attr — ベンダ ...
https://man.plustar.jp/php/ref.radius.html - [similar]
Gets the data associated with a node synchronously 2789
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... ters count or types are wrong or fail to get value from node. 警告 Since version 0.3.0, this method emits ... vatives. 例 例1 Zookeeper::get() example Get value from node. <?php $zookeeper = new Zookeeper ( 'locahost ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
Data Structures 2765
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... rent capacity Ds\Deque::clear — Removes all values from the deque Ds\Deque::__construct — Creates a new in ... ray Ds\Map::union — Creates a new map using values from the current instance and another map Ds\Map::value ... function Ds\Set::remove — Removes all given values from the set Ds\Set::reverse — Reverses the set in-plac ... ray Ds\Set::union — Creates a new set using values from the current instance and another set Ds\Set::xor — ...
https://man.plustar.jp/php/book.ds.html - [similar]