検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 690 for No (0.027 sec.)
文を実行する 4994
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... i_fetch_array() などをコールすると失敗します。 OCI_NO_AUTO_COMMIT 変更を自動的にはコミットしません。PHP ... バージョンでは OCI_DEFAULT を使います。これは、 OCI_NO_AUTO_COMMIT と同じ意味です。 OCI_NO_AUTO_COMMIT モ ... 慮して トランザクションを使うことを推奨します。 OCI_NO_AUTO_COMMIT モードを使った文を実行した後に oci_com ... けるために、多くのスクリプトはクエリや PL/SQL で OCI_NO_AUTO_COMMIT モードを使いません。 同じスクリプトの中 ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 4831
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... is a subclass of WidgetFactory\n" ; } else { echo "no, \$WFC is not a subclass of WidgetFactory\n" ; } i ... is a subclass of WidgetFactory\n" ; } else { echo "no, \$WF is not a subclass of WidgetFactory\n" ; } if ... is a subclass of WidgetFactory\n" ; } else { echo "no, WidgetFactory_Child is not a subclass of WidgetFa ... なります。 yes, $WFC is a subclass of WidgetFactory no, $WF is not a subclass of WidgetFactory yes, Widge ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
Retrieves the next row of data in a result set as an object 4831
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... esult set as an object sqlsrv_fetch_object (No version information ... Retrieves the next row of data in a result set as an object 説明 sqlsrv_fetch_object ( resource $stmt , ... className The name of the class to instantiate. If no class name is specified, stdClass is instantiated. ... lied. row The row to be accessed. This parameter can only be used if the specified statement was prepare ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
持続的接続 4831
« 非互換性 統計情報 » PHP Manual Mysqlnd 持続的接続 持続的接続 持続的接続の使用 mysqli と mysqln ... び出さないようにするには、コンパイルのときに MYSQLI_NO_CHANGE_USER_ON_PCONNECT フラグを使います。たとえば ... のようになります。 例えば、 shell# CFLAGS="-DMYSQLI_NO_CHANGE_USER_ON_PCONNECT" ./configure --with-mysql= ... またはその代わりに、 shell# export CFLAGS="-DMYSQLI_NO_CHANGE_USER_ON_PCONNECT" shell# configure --whatev ... PING を使用します。 関連キーワード: 接続 , shell , NO , local , usr , PCONNECT , mysqli , 組み合わせ , m ...
https://man.plustar.jp/php/mysqlnd.persist.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 4831
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... から、Decomposition_Mapping プロパティの値を取得する Normalizer::getRawDecomposition normalizer_get_raw_de ... composition (PHP 7 >= 7.3, PHP 8) Normalizer::getRawDecomposition -- normalizer_get_raw ... の値を取得する 説明 オブジェクト指向型 public static Normalizer::getRawDecomposition ( string $string , in ... t $form = Normalizer::FORM_C ): ? string 手続き型 normalizer_ge ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
現在のエントリが配列あるいはオブジェクトであるかどうかを返す 4831
« RecursiveArrayIterator::getChildren RecursiveCachingIterator » PHP Manual RecursiveArrayIterat ... ho $key . ' : ' . $value . "\n" ; } } else { echo "No children.\n" ; } $iterator -> next (); } ?> 上の例 ... の出力は以下となります。 No children. No children. a : apple p : pear 参考 Rec ... terator , hasChildren , getChildren , パラメータ , No , children , RecursiveCachingIterator ...
https://man.plustar.jp/php/recursivearrayiterator.haschildren.html - [similar]
定義済み定数 4782
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の ... e_timeout 変数の値に設定されます。 MYSQLI_CLIENT_IGNORE_SPACE 関数名に続く空白文字を許可します。すべての ... 関数名を予約語とします。 MYSQLI_CLIENT_NO_SCHEMA db_name.tbl_name.col_name 形式の使用を禁止し ... クスの両方を 保持する配列に格納して返します。 MYSQLI_NOT_NULL_FLAG フィールドは、 NOT NULL と定義されていま ... バインド変数に、さらにデータを使用可能です。 MYSQLI_NO_DATA バインド変数に使用可能なデータがありません。 ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す 4782
« RecursiveArrayIterator RecursiveArrayIterator::hasChildren » PHP Manual RecursiveArrayIterator ... ho $key . ' : ' . $value . "\n" ; } } else { echo "No children.\n" ; } $iterator -> next (); } ?> 上の例 ... の出力は以下となります。 No children. No children. a : apple p : pear 参考 Rec ... etChildren , hasChildren , パラメータ , children , No , スロー ...
https://man.plustar.jp/php/recursivearrayiterator.getchildren.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 4676
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... _type handler uri filename path_info args boundary no_cache no_local_copy allowed send_bodyct bytes_sent ... d] => 0 [content_type] => application/x-httpd-php [no_cache] => 0 [no_local_copy] => 1 [unparsed_uri] => ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]
コンストラクタ 4676
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コン ... erence (), 1 ), $param -> isOptional () ? 'yes' : 'no' ); } ?> 上の例の出力は、 たとえば以下のようになり ... : true Passed to by reference: false Is optional?: no } -- Parameter #1: b { Class: NULL Allows NULL: tr ... ue Passed to by reference: false Is optional?: no } -- Parameter #2: c { Class: NULL Allows NULL: tr ... ue Passed to by reference: false Is optional?: no } 参考 ReflectionFunctionAbstract::getParameters() ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT