検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for describe (0.003 sec.)
フィールドの桁数を問い合わせる 8206
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... "SELECT * FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_O ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
Oracle におけるフィールドの型を問い合わせる 8206
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... 'select * from mytab' ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_O ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
直近のクエリのカラムの数を返す 8206
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... -> field_count ) { /* これは select/show あるいは describe クエリです */ $result = $mysqli -> store_result () ... _count ( $link )) { /* これは select/show あるいは describe クエリです */ $result = mysqli_store_result ( $lin ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
文を実行する 8066
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... をすべてコミットします。 これがデフォルトです。 OCI_DESCRIBE_ONLY oci_field_name() 関数などでクエリのメタデータ ... が両方コミットされます ?> 例5 oci_execute() で OCI_DESCRIBE_ONLY を使う例 <?php $conn = oci_connect ( 'hr' , ' ... SELECT * FROM locations' ); oci_execute ( $s , OCI_DESCRIBE_ONLY ); for ( $i = 1 ; $i <= oci_num_fields ( $sti ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
フィールドサイズを返す 8066
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... "SELECT * FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_O ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
フィールドのデータ型の名前を返す 8066
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... "SELECT * FROM mytab" ); oci_execute ( $stid , OCI_DESCRIBE_ONLY ); // 行をフェッチしない場合は OCI_DESCRIBE_O ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
Returns a ServerDescription for this server 7646
« MongoDB\Driver\Server::getPort MongoDB\Driver\Server::getTags » PHP Manual MongoDB\Driver\Serv ... erver. This is an immutable value object that will describe the server at the time this method is called. パラ ...
https://man.plustar.jp/php/mongodb-driver-server.getserverdescription.html - [similar]
Returns the BSON representation of a PHP value 7507
« MongoDB\BSON\fromJSON MongoDB\BSON\toCanonicalExtendedJSON » PHP Manual 関数 Returns the BSON ... ON representation. The returned binary string will describe a BSON document. パラメータ value ( array | object ...
https://man.plustar.jp/php/function.mongodb.bson-fromphp.html - [similar]
Description 7507
« Imagick::stripImage Imagick::swirlImage » PHP Manual Imagick Description Imagick::subImageMatc ... ative array with elements x, y, width, height that describe the matching region. パラメータ Imagick offset sim ...
https://man.plustar.jp/php/imagick.subimagematch.html - [similar]
Perform a query without fetching the results into memory 7367
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... rid_connect() is assumed. 戻り値 For SELECT, SHOW, DESCRIBE or EXPLAIN statements returns a request identifier ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
PREV 1 2 3 4 5 NEXT