検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1568 for Name (0.085 sec.)
select 文の検索条件を設定する 3174
« TableSelect::orderby mysql_xdevapi\TableUpdate » PHP Manual mysql_xdevapi\TableSelect select 文 ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $result = $table -> select ( 'name' , 'age' ) ... -> where ( 'name like :name and age > :age' ) -> bind ([ 'name' => ... とえば以下のようになります。 Array ( [0] => Array ( [name] => John [age] => 42 ) ) 関連キーワード: 検索 , 条 ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.where.html - [similar]
Record emergency log information 3174
« SeasLog::__destruct SeasLog::error » PHP Manual SeasLog Record emergency log information SeasL ... ontent array. Sush as `message` is `log info from {NAME}` and `content` is `array('NAME' => neeke)`, the l ... r_dump ( SeasLog :: emergency ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger ... r_dump ( SeasLog :: emergency ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); va ...
https://man.plustar.jp/php/seaslog.emergency.html - [similar]
XMLタグのマッピングの例 3153
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... RAL" => "TT" ); function startElement ( $parser , $name , $attrs ) { global $map_array ; if (isset( $map_a ... rray [ $name ])) { echo "< $map_array [ $name ] >" ; } } functi ... on endElement ( $parser , $name ) { global $map_array ; if (isset( $map_array [ $n ... ame ])) { echo "</ $map_array [ $name ] >" ; } } function characterData ( $parser , $dat ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 3153
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... e $stmt , int $parameter_number , string $variable_name , int $parameter_type = ? , int $data_type = 0 , i ... ントのパラメータの位置。 1 から始まります。 variable_name parameter_number で指定したパラメータに バインドす ... を代入しておく必要があります。 <?php $sql = 'SELECT name, breed, weight FROM animals WHERE weight > ? AND w ... password ); $stmt = db2_prepare ( $conn , $sql ); $name = "Peaches" ; $second_name = "Rickety Ride" ; $wei ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
次のフィールド名を得る 3153
« fdf_header fdf_open_string » PHP Manual FDF 関数 次のフィールド名を得る fdf_next_field_name (P ... HP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_next_field_name — 次のフィールド名を得る 説明 fdf_next_field_name ... ( resource $fdf_document , string $fieldname = ? ): string 指定したフィールドの後のフィールドの ... en_string() が返す FDF ドキュメントハンドル。 fieldname FDF フィールド名を表す文字列。 省略した場合は最初の ... ( $HTTP_FDF_DATA ); for ( $field = fdf_next_field_name ( $fdf ); $field != "" ; $field = fdf_next_field_n ...
https://man.plustar.jp/php/function.fdf-next-field-name.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 3153
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... _descriptor ( $conn , OCI_D_ROWID ); oci_define_by_name ( $stmt , "ROWID" , $rowid ); oci_execute ( $stmt ... ete from $table where ROWID = :rid" ); oci_bind_by_name ( $delete , ":rid" , $rowid , - 1 , OCI_B_ROWID ); ... nctype="multipart/form-data"> * <input type="file" name="lob_upload" /> * ... のようなものが使用されます。 ... tipart/form-data"> Upload file: <input type="file" name="lob_upload" /><br /> <input type="submit" value=" ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
種々の readline の内部変数を取得/設定する 3153
« readline_completion_function readline_list_history » PHP Manual Readline 関数 種々の readline ... 数を取得/設定する 説明 readline_info ( ? string $var_name = null , int | string | bool | null $value = null ... 部変数の取得あるいは設定を行います。 パラメータ var_name 変数の名前。 value 指定した場合は、これがその設定の ... ffer, mark, pending_input, point, prompt, readline_name, terminal_name ひとつあるいはふたつのパラメータを指 ... 値が返されます。 変更履歴 バージョン 説明 8.0.0 var_name と value は、 nullable になりました。 関連キーワー ...
https://man.plustar.jp/php/function.readline-info.html - [similar]
Remove/Delete an already defined constant 3153
« runkit7_constant_redefine runkit7_function_add » PHP Manual runkit7 関数 Remove/Delete an alre ... nt 説明 runkit7_constant_remove ( string $constant_name ): bool パラメータ constant_name Name of the const ... ant to remove. Either the name of a global constant, or classname::constname indi ...
https://man.plustar.jp/php/function.runkit7-constant-remove.html - [similar]
Register and add callback function 3153
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... blic GearmanWorker::addFunction ( string $function_name , callable $function , mixed &$context = ? , int $ ... timeout = ? ): bool Registers a function name with the job server and specifies a callback corre ... lback is called and a timeout. パラメータ function_name The name of a function to register with the job se ... gets called when a job for the registered function name is submitted context A reference to arbitrary appl ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
スキーマからコレクションを削除する 3153
« Schema::createCollection Schema::existsInDatabase » PHP Manual mysql_xdevapi\Schema スキーマか ... devapi\Schema::dropCollection ( string $collection_name ): bool 警告 この関数は、 現在のところ詳細な情報は ... ストのみが 記述されています。 パラメータ collection_name 戻り値 例 例1 Schema::dropCollection の例 <?php $s ... ute (); $session -> sql ( "CREATE TABLE food.fruit(name text, rating text)" )-> execute (); $schema = $ses ... 。 Array ( [fruit] => mysql_xdevapi\Table Object ( [name] => fruit ) ) Array ( [buildings] => mysql_xdevapi ...
https://man.plustar.jp/php/mysql-xdevapi-schema.dropcollection.html - [similar]