検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 279 for free (0.033 sec.)
文からのフィールド名を返す 4220
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... COL VARCHAR2 // CLOB_COL CLOB // DATE_COL DATE oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
フィールドの精度を問い合わせる 4220
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... / C1 0 -127 // C2 126 -127 // C3 4 0 // C4 5 3 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
フィールドの桁数を問い合わせる 4220
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... / C1 0 -127 // C2 126 -127 // C3 4 0 // C4 5 3 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
フィールドサイズを返す 4220
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... AR2 1 // CLOB_COL CLOB 4000 // DATE_COL DATE 7 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
Oracle におけるフィールドの型を問い合わせる 4220
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... L is raw type: 112 // DATE_COL is raw type: 12 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
フェッチした行からフィールドの値を取得する 4220
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... ; } // 表示: // 1000 is Roma // 1100 is Venice oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 4220
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... \n" ; } echo "</tr>\n" ; } echo "</table>\n" ; oci_free_statement ( $stid ); oci_close ( $conn ); ?> 参考 ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 4220
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... o open data" ; } // 公開鍵をメモリから開放 openssl_free_key ( $pkeyid ); ?> 参考 openssl_seal() - データを ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
キーの詳細の配列を返す 4220
« openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op ...
https://man.plustar.jp/php/function.openssl-pkey-get-details.html - [similar]
署名を生成する 4220
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... e , $pkeyid ); // メモリからキーを開放する openssl_free_key ( $pkeyid ); ?> 例2 openssl_sign() の例 <?php ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]