検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 257 for call (0.033 sec.)
Fetch the next row from a result set 4403
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... ngle row from the query result. The cursor automatically moves to the next row after getting the result. パ ... ラメータ result result comes from a call to cubrid_execute() type Array type of the fetched ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
プリペアドステートメントを実行する 4403
« odbc_exec odbc_fetch_array » PHP Manual ODBC 関数 プリペアドステートメントを実行する odbc_exec ... $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $success = odbc_execute ( $stmt ...
https://man.plustar.jp/php/function.odbc-execute.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 4403
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... 化し、 プロンプトを表示して結果をすぐに返す readline_callback_handler_install (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... readline_callback_handler_install — readline コールバックインター ... プロンプトを表示して結果をすぐに返す 説明 readline_callback_handler_install ( string $prompt , callable $c ... pt を表示して入力を受け取ります。 コールバック関数 callback はひとつのパラメータを とり、そこにはユーザーの ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
指定した関数を __autoload() の実装として登録する 4403
« spl_autoload_functions spl_autoload_unregister » PHP Manual SPL 関数 指定した関数を __autoload ... の実装として登録する 説明 spl_autoload_register ( ? callable $callback = null , bool $throw = true , bool $ ... gister() は、 spl_autoload() あるいは spl_autoload_call() によって __autoload() 関数のエンジンキャッシュを ... autoload() は、一度しか定義できません。 パラメータ callback 登録したい autoload 関数。 null を指定した場合 ... デフォルト実装である spl_autoload() が登録されます。 callback ( string $class_name ): void throw このパラメー ...
https://man.plustar.jp/php/function.spl-autoload-register.html - [similar]
Opens a connection to a Microsoft SQL Server database 4403
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... ction pooling (i.e. force a new connection on each call), set the "ConnectionPooling" option in the $conne ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
可変関数 4403
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable func ... echo $string ; } $func = 'foo' ; $func (); // This calls foo() $func = 'bar' ; $func ( 'test' ); // This c ... bar() $func = 'echoit' ; $func ( 'test' ); // This calls echoit() ?> オブジェクトのメソッドを可変関数を使っ ... tatic function Variable () { echo 'Method Variable called' ; } } echo Foo :: $variable ; // これは 'static ... での $variable の内容を読むからです。 ?> 例4 複雑な callable <?php class Foo { static function bar () { ech ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
オブジェクトとの違い 4403
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクト ... は、 列挙型の case も含まれます。 マジックメソッド __call , __callStatic , __invoke マジック定数 __CLASS__ と ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 4403
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... do-while ループ を終了させています。 <?php $sql = 'CALL multiple_rowsets()' ; $stmt = $conn -> query ( $sq ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
Adds a document to the index 4403
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... update latency requirements, and Solr will automatically do a commit when the oldest add in the buffer is ... oc -> addField ( 'cat' , 'Lucene' ); // No need to call commit() because $commitWithin is passed, so Solr ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Standard PHP Library (SPL) 4363
« SeasLog::warning はじめに » PHP Manual その他の基本モジュール Standard PHP Library (SPL) Stand ... or クラス CachingIterator — CachingIterator クラス CallbackFilterIterator — CallbackFilterIterator クラス ... terator — RecursiveCachingIterator クラス RecursiveCallbackFilterIterator — RecursiveCallbackFilterIterato ... SeekableIterator インターフェイス 例外 BadFunctionCallException — BadFunctionCallException クラス BadMeth ... odCallException — BadMethodCallException クラス DomainExc ...
https://man.plustar.jp/php/book.spl.html - [similar]