検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 374 for Test (0.028 sec.)
指定したテーブルにあるカラム名のリストを取得する 4038
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... s = odbc_columns ( $conn , 'TutorialDB' , 'dbo' , 'test' , '%' ); while (( $row = odbc_fetch_array ( $colu ... => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [DATA_TYPE] => 4 [TYPE_NAME] = ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
4038
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... ンを作る <?php $schema = $session -> createSchema ( "test" ); $collection = $schema -> createCollection ( "e ... => "Manager" ]; $schema = $session -> getSchema ( "test" ); $collection = $schema -> getCollection ( "exam ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
Mcrypt 関数 4038
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv ... がブロック出力を行うかどうかを調べる mcrypt_enc_self_test — オープンしたモジュールのセルフテストを実行する m ... モードのモジュールをオープンする mcrypt_module_self_test — 指定したモジュールのセルフテストを実行する mdecr ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
グローバルスコープで使用可能なすべての変数への参照 4038
« スーパーグローバル $_SERVER » PHP Manual 定義済の変数 グローバルスコープで使用可能なすべての変 ... キーとなります。 例 例1 $GLOBALS の例 <?php function test () { $foo = "local variable" ; echo '$foo in globa ... pe: ' . $foo . "\n" ; } $foo = "Example content" ; test (); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/reserved.variables.globals.html - [similar]
パラメータの値を変数にバインドする 4038
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... ( "INSERT INTO foo (id, bar) VALUES (1, 'This is a test')" ); $stmt = $db -> prepare ( 'SELECT bar FROM fo ... ります。 array(1) { ["bar"]=> string(14) "This is a test" } 参考 SQLite3Stmt::bindParam() - パラメータを変数 ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
複数ファイルのアップロード 3994
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... size'] が設定されます。 例えば、ファイル名が /home/test/review.html および /home/test/xwp.out のファイルが ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
名前を指定して定数を定義する 3994
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, ... ( '__LINE__' )); var_dump ( define ( '__LINE__' , 'test' )); var_dump ( constant ( '__LINE__' )); var_dump ... は以下となります。 bool(false) bool(true) string(4) "test" int(5) 参考 defined() - 指定した名前の定数が存在す ...
https://man.plustar.jp/php/function.define.html - [similar]
この色と別の色の差を調べる 3994
« ImagickPixel::isPixelSimilarQuantum ImagickPixel::setColor » PHP Manual ImagickPixel この色と別 ... ます。 例 例1 ImagickPixel::isSimilar() <?php // The tests below are written with the maximum distance expre ... h // of a unit cube. $root3 = 1.732050807568877 ; $tests = array( [ 'rgb(245, 0, 0)' , 'rgb(255, 0, 0)' , ... d> <tr> <th> Color 1 </th> <th> Color 2 </th> <th> Test distance * 255 </th> <th> Is within distance </th> ... /tr> </thead>" ; $output .= "<tbody>" ; foreach ( $tests as $testInfo ) { $color1 = $testInfo [ 0 ]; $colo ...
https://man.plustar.jp/php/imagickpixel.issimilar.html - [similar]
LDAP コントロール 3994
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... 接続です $result = ldap_mod_replace_ext ( $link , 'o=test,dc=example,dc=com' , [ 'description' => 'New descr ... AP 接続です $result = ldap_delete_ext ( $link , 'o=test,dc=example,dc=com' , [ [ 'oid' => LDAP_CONTROL_PRE ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
プリペアドステートメントから結果セットのメタデータを返す 3994
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... ysqli ( "localhost" , "my_user" , "my_password" , "test" ); $mysqli -> query ( "DROP TABLE IF EXISTS frien ... nnect ( "localhost" , "my_user" , "my_password" , "test" ); mysqli_query ( $link , "DROP TABLE IF EXISTS f ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]