検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 46 for ref (0.040 sec.)
引数を指定して関数を起動する 7795
« ReflectionFunction::invoke ReflectionFunction::isDisabled » PHP Manual ReflectionFunction 引数 ... を指定して関数を起動する ReflectionFunction::invokeArgs (PHP 5 >= 5.1.2, PHP 7, ... PHP 8) ReflectionFunction::invokeArgs — 引数を指定して関数を起 ... 動する 説明 public ReflectionFunction::invokeArgs ( array $args ): mixed ... ます。 戻り値 起動した関数の結果を返します。 例 例1 ReflectionFunction::invokeArgs() の例 <?php function t ...
https://man.plustar.jp/php/reflectionfunction.invokeargs.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 7719
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... します。 例 例1 Oracle ストアドプロシージャにおける REF CURSOR のバインド <?php // 以下のプロシージャを用意 ... // create or replace procedure myproc(myrc out sys_refcursor) as // begin // open myrc for select first_n ... ; oci_execute ( $stid ); oci_execute ( $curs ); // REF CURSOR を、ステートメント ID のように利用します wh ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
リファレンスが行うことは何ですか? 7567
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行う ... "Example variable" ; $var2 = "" ; function global_references ( $use_globals ) { global $var1 , $var2 ; i ... ] =& $var1 ; // 関数の外部でも参照可能 } } global_references ( false ); echo "var2 の値は ' $var2 '\n" ; ... // var2 の値は '' global_references ( true ); echo "var2 の値は ' $var2 '\n" ; ... 。 例3 リファレンスと foreach ステートメント <?php $ref = 0 ; $row =& $ref ; foreach (array( 1 , 2 , 3 ) a ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
XFormsの処理 7490
« セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、 ... id="s"/> </model> </h:head> <h:body> <h:p> <input ref="q"><label>Find</label></input> <submit submission ... id="s"/> </model> </h:head> <h:body> <h:p> <input ref="q"><label>Find</label></input> <submit submission ...
https://man.plustar.jp/php/features.xforms.html - [similar]
7414
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... e_statement ( $stid ); oci_close ( $conn ); ?> 例7 REF CURSOR を返す PL/SQL ファンクションのコール クエリ ... が返す値が REF CURSOR となり、そこから値を取得することができます。 ... R REPLACE FUNCTION myfunc(p1 IN NUMBER) RETURN SYS_REFCURSOR AS rc SYS_REFCURSOR; BEGIN OPEN rc FOR SELEC ... rc ); // returned column value from the query is a ref cursor while (( $rc_row = oci_fetch_array ( $rc , ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
XMLReader クラス 7246
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... TEXT = 3 ; const int CDATA = 4 ; const int ENTITY_REF = 5 ; const int ENTITY = 6 ; const int PI = 7 ; co ... paceURI ; public int $ nodeType ; public string $ prefix ; public string $ value ; public string $ xmlLan ... isValid (): bool public lookupNamespace ( string $prefix ): ? string public moveToAttribute ( string $nam ... に関連付けられた名前空間の URI nodeType ノードの型 prefix ノードに関連付けられた名前空間のプレフィックス v ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
はじめに 7246
« Componere インストール/設定 » PHP Manual Componere はじめに はじめに Componere (latin, English ... t ( Type $type , $object ): Type Componere\cast_by_ref ( Type $type , $object ): Type 関連キーワード: Com ...
https://man.plustar.jp/php/intro.componere.html - [similar]
Componere 7170
« APCUIterator::valid はじめに » PHP Manual PHP の振る舞いの変更 Componere Componere はじめに イ ... rait — Add Trait Componere\Abstract\Definition::getReflector — Reflection Componere\Definition — The Comp ... — Accessibility Modification Componere\Method::getReflector — Reflection Componere\Value — The Componere ... re 関数 Componere\cast — Casting Componere\cast_by_ref — Casting 関連キーワード: Componere , Definition , ...
https://man.plustar.jp/php/book.componere.html - [similar]
エラー処理およびログ記録 7094
« Componere\cast_by_ref はじめに » PHP Manual PHP の振る舞いの変更 エラー処理およびログ記録 エラ ...
https://man.plustar.jp/php/book.errorfunc.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 7094
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... で実行した有効な OCI8 ステートメント ID、 あるいは REF CURSOR ステートメント ID。 oci_get_implicit_result ... oci_close ( $conn ); ?> 例9 oci_fetch_array() での REF CURSOR の使用例 <?php /* 下記のようにして PL/SQL ス ... ます。 CREATE OR REPLACE PROCEDURE myproc(p1 OUT SYS_REFCURSOR) AS BEGIN OPEN p1 FOR SELECT * FROM all_obje ... oci_parse ( $conn , 'BEGIN myproc(:rc); END;' ); $refcur = oci_new_cursor ( $conn ); oci_bind_by_name ( ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
PREV 1 2 3 4 5 NEXT