検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 405 for Num (0.012 sec.)
3980
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... host in this * example), and host_port is the port number of the CUBRID Broker. * The port number is the ... s = cubrid_column_names ( $result ); /** * Get the number of columns in the result set created by the SQL ... query. */ $num_fields = cubrid_num_cols ( $result ); /** * List t ... $result )) { echo( "<tr>" ); for ( $i = 0 ; $i < $num_fields ; $i ++) { echo( "<td align=center>" ); ech ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
データベース内に登録されているストアドプロシージャの一覧を含む結果セットを返す 3980
« db2_procedure_columns db2_result » PHP Manual IBM DB2 関数 データベース内に登録されているストア ... スキーマの名前。 PROCEDURE_NAME プロシージャの名前。 NUM_INPUT_PARAMS ストアドプロシージャの入力 (IN) パラメ ... ータの数。 NUM_OUTPUT_PARAMS ストアドプロシージャの出力 (OUT) パラ ... メータの数。 NUM_RESULT_SETS ストアドプロシージャが返す結果セットの ...
https://man.plustar.jp/php/function.db2-procedures.html - [similar]
引数のリストから要素をひとつ返す 3980
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す ... トから、指定した引数を取得します。 この関数は、 func_num_args() および func_get_args() と組み合わせて使用さ ... 例 例1 func_get_arg() の例 <?php function foo () { $numargs = func_num_args (); echo "引数の数は $numargs ... \n" ; if ( $numargs >= 2 ) { echo "二番目の引数は " . func_get_arg ... は関知しません。 参考 ... 構文 func_get_args() func_num_args() 関連キーワード: func , 関数 , リスト , 要素 ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]
実行時設定 3980
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 名前 デフォルト 変更可能 変更履歴 swoole.aio_thread_num 2 PHP_INI_ALL swoole.display_errors On PHP_INI_ALL ... ブに関する 簡単な説明を示します。 swoole.aio_thread_num int POSIX asynchronous I/O thread number swoole.di ...
https://man.plustar.jp/php/swoole.configuration.html - [similar]
指定したメッセージの指定した body セクションの構造を読み込む 3954
« imap_body imap_check » PHP Manual IMAP 関数 指定したメッセージの指定した body セクションの構造 ... _bodystruct ( IMAP\Connection $imap , int $message_num , string $section ): stdClass | false 指定したメッ ... map IMAP\Connection クラスのインスタンス。 message_num メッセージ番号。 section 読み込む body セクション。 ...
https://man.plustar.jp/php/function.imap-bodystruct.html - [similar]
指定したメッセージシーケンス番号の UID を返す 3954
« imap_timeout imap_undelete » PHP Manual IMAP 関数 指定したメッセージシーケンス番号の UID を返す ... 説明 imap_uid ( IMAP\Connection $imap , int $message_num ): int | false この関数は、指定したメッセージシーケ ... map IMAP\Connection クラスのインスタンス。 message_num メッセージ番号。 戻り値 指定したメッセージの UID を ...
https://man.plustar.jp/php/function.imap-uid.html - [similar]
SQLSRV 関数 3954
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... xt result of the specified statement active sqlsrv_num_fields — Retrieves the number of fields (columns) ... on a statement sqlsrv_num_rows — Retrieves the number of rows in a result se ... gin_transaction sqlsrv_rows_affected — Returns the number of rows modified by the last INSERT, UPDATE, or ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
このノードが ASP かどうかを調べる 3954
« tidyNode::hasSiblings tidyNode::isComment » PHP Manual tidyNode このノードが ASP かどうかを調べ ... e HTML HTML; $tidy = tidy_parse_string ( $html ); $num = 0 ; get_nodes ( $tidy -> html ()); function get_ ... Asp ()) { echo "\n\n# asp node #" . ++ $GLOBALS [ 'num' ] . "\n" ; echo $node -> value ; } // check if th ...
https://man.plustar.jp/php/tidynode.isasp.html - [similar]
このノードが JSTE であるかどうかを調べる 3954
« tidyNode::isHtml tidyNode::isPhp » PHP Manual tidyNode このノードが JSTE であるかどうかを調べる ... e HTML HTML; $tidy = tidy_parse_string ( $html ); $num = 0 ; get_nodes ( $tidy -> html ()); function get_ ... te ()) { echo "\n\n# jste node #" . ++ $GLOBALS [ 'num' ] . "\n" ; echo $node -> value ; } // check if th ...
https://man.plustar.jp/php/tidynode.isjste.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 3920
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... xt result of the specified statement active sqlsrv_num_fields — Retrieves the number of fields (columns) ... on a statement sqlsrv_num_rows — Retrieves the number of rows in a result se ... gin_transaction sqlsrv_rows_affected — Returns the number of rows modified by the last INSERT, UPDATE, or ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]