検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 112 for results (0.038 sec.)
SQL クエリを実行する 6080
« SQLite3::prepare SQLite3::querySingle » PHP Manual SQLite3 SQL クエリを実行する SQLite3::query ... の例 <?php $db = new SQLite3 ( 'mysqlitedb.db' ); $results = $db -> query ( 'SELECT bar FROM foo' ); while ( ... $row = $results -> fetchArray ()) { var_dump ( $row ); } ?> 関連キ ...
https://man.plustar.jp/php/sqlite3.query.html - [similar]
CUBRID MySQL 互換関数 5941
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... he CUBRID result cubrid_db_name — Get db name from results of cubrid_list_dbs cubrid_errno — Return the numer ... specified field index cubrid_field_seek — Move the result set cursor to the specified field offset cubrid_fie ... d_num_fields — Return the number of columns in the result set cubrid_ping — Ping a server connection or recon ... fered_query — Perform a query without fetching the results into memory 関連キーワード: cubrid , CUBRID , Retu ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
MongoDB driver classes 5903
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... if the cursor is exhausted or may have additional results MongoDB\Driver\Cursor::key — Returns the current r ... \Cursor::toArray — Returns an array containing all results for this cursor MongoDB\Driver\Cursor::valid — Che ... :isDead — Checks if the cursor may have additional results MongoDB\Driver\CursorInterface::setTypeMap — Sets ... terface::toArray — Returns an array containing all results for this cursor MongoDB\Driver\Server — The MongoD ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
finalキーワード 5903
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード ... echo "ChildClass::moreTesting() called\n" ; } } // Results in Fatal error: Cannot override final method BaseC ... n" ; } } class ChildClass extends BaseClass { } // Results in Fatal error: Class ChildClass may not inherit f ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
Call a Lua function 5903
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... d types. Lua functions inherently return a list of results. So on success, this method returns an array conta ... ith int keys starting from zero. Lua may return no results, in which case an empty array is returned. パラメー ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
指定した変数に関する情報を解りやすく出力する 5713
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... oo' => 'bar' , 'x' => array ( 'x' , 'y' , 'z' )); $results = print_r ( $b , true ); // print_r の結果が $resu ...
https://man.plustar.jp/php/function.print-r.html - [similar]
ReflectionMethod を作成する 5713
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... // メソッドを実行します printf ( "---> Invocation results in: " ); var_dump ( $method -> invoke ( NULL )); ? ... * @access public * @return int */' ---> Invocation results in: int(1) 参考 ReflectionMethod::export() - メソッ ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Get log detail by level, log_path, key_word, start, limit, order 5713
« SeasLog::analyzerCount SeasLog::closeLoggerStream » PHP Manual SeasLog Get log detail by level ... $limit = ? , int $order = ? ): mixed `SeasLog` get results of `grep -ai '{level}' | grep -ai '{key_word}' | s ... _ORDER_ASC SEASLOG_DETAIL_ORDER_DESC 戻り値 Return results as array. 注意 : When `start`,`limit` is not NULL ...
https://man.plustar.jp/php/seaslog.analyzerdetail.html - [similar]
SNMP オブジェクトを取得する 5713
« SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP ... new SNMP(SNMP::VERSION_1, "127.0.0.1", "public"); $results = $session->get(array("sysDescr.0", "sysName.0")); ... print_r($results); $session->close(); 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/snmp.get.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 5713
« SNMP::getError SNMP::set » PHP Manual SNMP 指定したオブジェクト ID に続く SNMP オブジェクトを取 ... P ( SNMP :: VERSION_1 , "127.0.0.1" , "public" ); $results = $session -> getnext (array( "sysDescr.0" , "sysN ... ame.0" )); print_r ( $results ); $session -> close (); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/snmp.getnext.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT