検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 133 for names (0.014 sec.)
イベントが発生した際にコールされるコールバック関数を登録する 6295
« ibase_service_detach ibase_trans » PHP Manual Firebird/InterBase 関数 イベントが発生した際にコ ... ent_handler , string $event_name , string ...$even_names ): resource ibase_set_event_handler ( resource $co ... nt_handler , string $event_name , string ...$event_names ): resource この関数は、指定したイベントのハンドラ ... して受け取ります。 event_name イベントの名前。 event_names 最大で 15 のイベントを指定できます。 戻り値 返され ...
https://man.plustar.jp/php/function.ibase-set-event-handler.html - [similar]
入力配列から単一のカラムの値を返す 6235
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... e' => 'Peter' , 'last_name' => 'Doe' , ) ); $first_names = array_column ( $records , 'first_name' ); print_ ... r ( $first_names ); ?> 上の例の出力は以下となります。 Array ( [0] = ... // 先ほどの例と同じ $records 配列を使います $last_names = array_column ( $records , 'last_name' , 'id' ); ... print_r ( $last_names ); ?> 上の例の出力は以下となります。 Array ( [2135 ...
https://man.plustar.jp/php/function.array-column.html - [similar]
CSR の subject を返す 6235
« openssl_csr_get_public_key openssl_csr_new » PHP Manual OpenSSL 関数 CSR の subject を返す ope ... tificateSigningRequest | string $csr , bool $short_names = true ): array | false openssl_csr_get_subject() ... きる値の一覧は CSR パラメータ を参照ください。 short_names shortnames は、配列でデータがどのように インデック ... スされるかを制御します - shortnames が true の場合(デフォルト)、フィールドは短縮名を使 ... を返す 関連キーワード: subject , 短縮 , 配列 , shortnames , public , パラメータ , commonName , 情報 , インデ ...
https://man.plustar.jp/php/function.openssl-csr-get-subject.html - [similar]
Compose a class 6114
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... ame classes An array of class, interface and trait names methods An associative array of methods, values ar ... rties An associative array of properties, keys are names, values are modifiers flags Entry type, by default ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]
指定した ID の WDDX パケットに変数を追加する 6114
« WDDX 関数 wddx_deserialize » PHP Manual WDDX 関数 指定した ID の WDDX パケットに変数を追加する ... ource $packet_id , mixed $var_name , mixed ...$var_names ): bool 渡された変数をシリアライズし、 指定したパケ ... 数名を表す文字列あるいは別の配列などとなります。 var_names 戻り値 成功した場合に true を、失敗した場合に fals ...
https://man.plustar.jp/php/function.wddx-add-vars.html - [similar]
受け入れ状況を取得する 6114
« RegexIterator RegexIterator::__construct » PHP Manual RegexIterator 受け入れ状況を取得する Reg ... にマッチするアイテムのみを許可するものです。 <?php $names = new ArrayIterator (array( 'Ann' , 'Bob' , 'Charl ... ie' , 'David' )); $filter = new RegexIterator ( $names , '/^[B-D]/' ); foreach ( $filter as $name ) { ech ...
https://man.plustar.jp/php/regexiterator.accept.html - [similar]
6054
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... on , $sql ); if ( $result ) { /** * Get the column names from the result set created by the SQL query. */ $ ... columns = cubrid_column_names ( $result ); /** * Get the number of columns in th ... cubrid_num_cols ( $result ); /** * List the column names of the result set on the screen. */ echo( "<tr>" ) ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Result のコンストラクタ 6054
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... e (); $session -> sql ( " CREATE TABLE addressbook.names (id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30), ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $result = $table -> insert ( "name" , "age" )- ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]
カラムの数を取得する 6054
« RowResult::fetchOne RowResult::getColumnNames » PHP Manual mysql_xdevapi\RowResult カラムの数を ... ute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... sql = $session -> sql ( "SELECT * from addressbook.names" )-> execute (); echo $sql -> getColumnsCount (); ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumncount.html - [similar]
外部エンティティリファレンスハンドラを設定する 5993
« xml_set_end_namespace_decl_handler xml_set_notation_decl_handler » PHP Manual XML パーサ 関数 ... handler ( XMLParser $parser , string $open_entity_names , string $base , string $system_id , string $publi ... ルする XML パーサへのリファレンスです。 open_entity_names 2 番目のパラメータ、 open_entity_names は、 エンテ ...
https://man.plustar.jp/php/function.xml-set-external-entity-ref-handler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT