検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for locations (0.001 sec.)
有効な証明書の格納場所を検索する 14821
« openssl_free_key openssl_get_cipher_methods » PHP Manual OpenSSL 関数 有効な証明書の格納場所を ... 検索する openssl_get_cert_locations (PHP 5 >= 5.6.0, PHP 7, PHP 8) openssl_get_cert_lo ... 効な証明書の格納場所を検索する 説明 openssl_get_cert_locations (): array openssl_get_cert_locations() は SSL 証明 ... の格納場所の配列を返します。 例 例1 openssl_get_cert_locations() の例 <?php var_dump ( openssl_get_cert_locations ... 明 , cert , 格納 , 場所 , string , 検索 , default , locations , usr , private ...
https://man.plustar.jp/php/function.openssl-get-cert-locations.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 10723
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... R; BEGIN OPEN c1 FOR SELECT city, postal_code FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ... SULT(c1); OPEN c1 FOR SELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ... R; BEGIN OPEN c1 FOR SELECT city, postal_code FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ... SULT(c1); OPEN c1 FOR SELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
キーリソースを開放する 9391
« openssl_error_string openssl_get_cert_locations » PHP Manual OpenSSL 関数 キーリソースを開放す ... free , 推奨 , OpenSSLAsymmetricKey , バージョン , locations ...
https://man.plustar.jp/php/function.openssl-free-key.html - [similar]
配列を別の配列と交換する 9288
« ArrayObject::count ArrayObject::getArrayCopy » PHP Manual ArrayObject 配列を別の配列と交換する ... > 5 , "apples" => 10 ); // ヨーロッパの都市の配列 $locations = array( 'Amsterdam' , 'Paris' , 'London' ); $frui ... します $old = $fruitsArrayObject -> exchangeArray ( $locations ); print_r ( $old ); print_r ( $fruitsArrayObject ...
https://man.plustar.jp/php/arrayobject.exchangearray.html - [similar]
クエリからの複数の行を二次元配列に取得する 8571
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows ... oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows ... oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
クエリの次の行を内部バッファに取得する 8571
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... R_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_parse ( $c ... R_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_parse ( $c ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
新しい関数 8366
« 変更された関数 PHP 5.6.x における OpenSSL 関連の変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への ... _get_implicit_resultset() OpenSSL openssl_get_cert_locations() openssl_x509_fingerprint() openssl_spki_new() op ...
https://man.plustar.jp/php/migration56.new-functions.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 8366
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... 'tlsv1.2://google.com:443/' ); ?> openssl_get_cert_locations() の追加 openssl_get_cert_locations() 関数が追加さ ... の場所を返します。 <?php var_dump ( openssl_get_cert_locations ()); ?> 上の例の出力は以下となります。 array(8) { ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 8059
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... いクエリーです $sql = 'SELECT city, postal_code FROM locations ORDER BY city' ; if ( $oracleversion >= 12 ) { // ... R; BEGIN OPEN c1 FOR SELECT city, postal_code FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ... SULT(c1); OPEN c1 FOR SELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RE ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
フェッチした行からフィールドの値を取得する 7854
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... R_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_parse ( $c ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
PREV 1 2 NEXT