検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1025 for type (0.077 sec.)
C Type Handles 3549
« FFI\CData FFI\CType::getAlignment » PHP Manual FFI C Type Handles C Type Handles (PHP 7 >= 7.4 ... .0, PHP 8) はじめに クラス概要 final class FFI\CType { /* メソッド */ public getAlignment (): int publi ... c getArrayElementType (): FFI\CType public getArrayLength (): int public ... tFuncParameterCount (): int public getFuncParameterType ( int $index ): FFI\CType public getFuncReturnType ... (): FFI\CType public getKind (): int public getName (): string p ...
https://man.plustar.jp/php/class.ffi-ctype.html - [similar]
結果セット内の指定したカラムのデータ型を返す 3549
« db2_field_scale db2_field_width » PHP Manual IBM DB2 関数 結果セット内の指定したカラムのデータ ... 型を返す db2_field_type (PECL ibm_db2 >= 1.0.0) db2_field_type — 結果セット ... 内の指定したカラムのデータ型を返す 説明 db2_field_type ( resource $stmt , mixed $column ): string 結果セッ ... セット内にそのカラムが存在しない場合には、 db2_field_type() は false を返します。 参考 db2_field_display_siz ... の幅を返す 関連キーワード: カラム , セット , 指定 , type , column , stmt , width , scale , 精度 , precision ...
https://man.plustar.jp/php/function.db2-field-type.html - [similar]
フィールドサイズを返す 3549
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... " ; echo "<tr>" ; echo "<th>Name</th>" ; echo "<th>Type</th>" ; echo "<th>Length</th>" ; echo "</tr>\n" ; ... lumn_name = oci_field_name ( $stid , $i ); $column_type = oci_field_type ( $stid , $i ); $column_size = oc ... cho "<td> $column_name </td>" ; echo "<td> $column_type </td>" ; echo "<td> $column_size </td>" ; echo "</ ... tr>\n" ; } echo "</table>\n" ; // 出力は // Name Type Length // NUMBER_COL NUMBER 22 // VARCHAR2_COL VAR ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
Returns information about the passed in value with data types, reference counts,... 3549
« runkit7_superglobals uopz » PHP Manual runkit7 関数 Returns information about the passed in va ... lue with data types, reference counts, etc runkit7_zval_inspect (PECL ... ns information about the passed in value with data types, reference counts, etc 説明 runkit7_zval_inspect ... nts: address refcount (optional) is_ref (optional) type 例 例1 runkit7_zval_inspect() example <?php $var = ... " ["refcount"]=> int(2) ["is_ref"]=> bool(false) ["type"]=> int(8) } array(2) { ["address"]=> string(14) " ...
https://man.plustar.jp/php/function.runkit7-zval-inspect.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 3549
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... tadata Key Description Name The name of the field. Type The numeric value for the SQL type. Size The numbe ... r of characters for fields of character type, the number of bytes for fields of binary type, or ... null for other types. Precision The precision for types of variable pr ... ecision, null for other types. Scale The scale for types of variable scale, nul ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
Stochastic 3549
« trader_stddev trader_stochf » PHP Manual Trader 関数 Stochastic trader_stoch (PECL trader >= 0 ... _Period = ? , int $slowK_Period = ? , int $slowK_MAType = ? , int $slowD_Period = ? , int $slowD_MAType = ... range from 1 to 100000, usually set to 3. slowK_MAType Type of Moving Average for Slow-K. TRADER_MA_TYPE_ ... Slow-D line. Valid range from 1 to 100000. slowD_MAType Type of Moving Average for Slow-D. TRADER_MA_TYPE_ ... trader , Period , array , int , slowD , slowK , MAType , 実数 , 配列 ...
https://man.plustar.jp/php/function.trader-stoch.html - [similar]
サーバーの統計情報を取得する 3549
« Memcache::getServerStatus Memcache::getVersion » PHP Manual Memcache サーバーの統計情報を取得す ... 統計情報を取得する 説明 Memcache::getStats ( string $type = ? , int $slabid = ? , int $limit = 100 ): array ... _stats() 関数を使用することも可能です。 パラメータ type 取得する統計情報の型。使用可能な値は {reset, mallo ... 変更される可能性があります」 ということです。 slabid type を cachedump と設定した場合に使用し、ダンプを取得す ... 結びついており、デバッグ目的でのみ使用します。 limit type を cachedump と設定した場合に使用し、ダンプするエン ...
https://man.plustar.jp/php/memcache.getstats.html - [similar]
XML ノードに子要素を追加する 3549
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... pleXMLElement ( $xmlstr ); $sxe -> addAttribute ( 'type' , 'documentary' ); $movie = $sxe -> addChild ( 'm ... ild ( 'rating' , '5' ); $rating -> addAttribute ( 'type' , 'stars' ); echo $sxe -> asXML (); ?> 上の例の出 ... す。 <?xml version="1.0" standalone="yes"?> <movies type="documentary"> <movie> <title>PHP: Behind the Pars ... all my web problems</line> </great-lines> <rating type="thumbs">7</rating> <rating type="stars">5</rating ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
複数ファイルのアップロード 3524
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... ード <form action="file-upload.php" method="post" enctype="multipart/form-data"> Send these files:<br /> <in ... put name="userfile[]" type="file" /><br /> <input name="userfile[]" type="fil ... e" /><br /> <input type="submit" value="Send files" /> </form> 上記のフォー ... ILES['userfile']['size'][0] , $_FILES['userfile']['type'][0] も設定されます。 警告 max_file_uploads は一回 ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
Get the number of elements in collection type column using OID 3524
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... ection type column using OID cubrid_col_size (PECL CUBRID >= 8 ... ol_size — Get the number of elements in collection type column using OID 説明 cubrid_col_size ( resource $ ... used to get the number of elements in a collection type (set, multiset, sequence) attribute. パラメータ co ... ワード: cubrid , col , size , string , collection , type , OID , column , identifier , CUBRID ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]