検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 282 for End (0.028 sec.)
名前空間終了ハンドラを設定する 4919
« xml_set_element_handler xml_set_external_entity_ref_handler » PHP Manual XML パーサ 関数 名前空 ... 間終了ハンドラを設定する xml_set_end_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP ... 7, PHP 8) xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定 ... する 説明 xml_set_end_namespace_decl_handler ( XMLParser $parser , calla ...
https://man.plustar.jp/php/function.xml-set-end-namespace-decl-handler.html - [similar]
文字列を音訳する 4919
« Transliterator::listIDs IntlBreakIterator » PHP Manual Transliterator 文字列を音訳する Transli ... sliterate ( string $string , int $start = 0 , int $end = -1 ): string | false 手続き型 transliterator_tra ... literator , string $string , int $start = 0 , int $end = -1 ): string | false 文字列あるいはその一部をICU ... 。この位置より前にあるテキストは、そのまま残ります。 end 文字列の変換の終了位置を表すインデックス (UTF-16 コ ...
https://man.plustar.jp/php/transliterator.transliterate.html - [similar]
The MongoDB\Driver\Cursor class 4871
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... plements MongoDB\Driver\CursorInterface , which extends Traversable . 例 例1 Reading a result set MongoDB ... lable cursor, the loop will stop upon reaching the end of the initial result set. Attempting to continue ... ; however, it will not terminate upon reaching the end of the initial result set. Since the cursor is tai ... block for a short period (e.g. one second) at the end of the result set before returning a response to t ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
XMLReader クラス 4871
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... const int SIGNIFICANT_WHITESPACE = 14 ; const int END_ELEMENT = 15 ; const int END_ENTITY = 16 ; const i ... HITESPACE Significant Whitespace ノード XMLReader::END_ELEMENT 終了要素 XMLReader::END_ENTITY 終了エンティ ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
uuencode された文字列をデコードする 4871
« convert_cyr_string convert_uuencode » PHP Manual String 関数 uuencode された文字列をデコードす ... ) は、 uuencode された ファイル に含まれる begin , end を両方受け入れません。 パラメータ string uuencode ... , uudecode , string , データ , cyr , 関数 , 注意 , end , 両方 ...
https://man.plustar.jp/php/function.convert-uudecode.html - [similar]
新しいパターンを開始する 4871
« ps_begin_page ps_begin_template » PHP Manual PS 関数 新しいパターンを開始する ps_begin_pattern ... ; ps_lineto ( $ps , 7 , 0 ); ps_stroke ( $ps ); ps_end_pattern ( $ps ); ps_begin_page ( $ps , 596 , 842 ) ... $ps , 50 , 400 , 200 , 200 ); ps_fill ( $ps ); ps_end_page ( $ps ); ps_close ( $ps ); ps_delete ( $ps ); ... ?> 参考 ps_end_pattern() - パターンを終了する ps_setcolor() - 色を ...
https://man.plustar.jp/php/function.ps-begin-pattern.html - [similar]
ストアドプロシージャ 4871
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... al INT) BEGIN INSERT INTO test(id) VALUES(id_val); END;" ); $mysqli -> query ( "CALL p(1)" ); $result = $ ... (OUT msg VARCHAR(50)) BEGIN SELECT "Hi!" INTO msg; END;' ); $mysqli -> query ( "SET @msg = ''" ); $mysqli ... EGIN SELECT id FROM test; SELECT id + 1 FROM test; END;' ); $mysqli -> multi_query ( "CALL p()" ); do { i ... EGIN SELECT id FROM test; SELECT id + 1 FROM test; END;' ); $stmt = $mysqli -> prepare ( "CALL p()" ); $s ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
4871
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... (p IN NUMBER) RETURN NUMBER AS BEGIN RETURN p * 3; END; */ $conn = oci_connect ( 'hr' , 'welcome' , 'loca ... tid = oci_parse ( $conn , 'begin :r := myfunc(:p); end;' ); oci_bind_by_name ( $stid , ':p' , $p ); oci_b ... 1 IN NUMBER, p2 OUT NUMBER) AS BEGIN p2 := p1 * 2; END; */ $conn = oci_connect ( 'hr' , 'welcome' , 'loca ... tid = oci_parse ( $conn , 'begin myproc(:p1, :p2); end;' ); oci_bind_by_name ( $stid , ':p1' , $p1 ); oci ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 4832
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... はるかに シンプルなインターフェイスです。 注意 : pg_end_copy() を実行する際には、送信データの最後に 明示的 ... ld\t7.11\n" ); pg_put_line ( $conn , "\\.\n" ); pg_end_copy ( $conn ); ?> 参考 pg_end_copy() - PostgreSQL ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 4832
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... omatically reconnect to a preconfigured database when database connectivity fails due to instance or netw ... a lost connection and failover is starting. OCI_FO_END indicates successful completion of failover. OCI_F ... over will not take place.\n" ); break; case OCI_FO_END : // Failover completes successfully. Inform users ... a failover occurs. printf ( " Failover ended ... resuming services\n" ); break; case OCI_FO_R ...
https://man.plustar.jp/php/oci8.taf.html - [similar]