検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 2443 for Array (0.255 sec.)
HTTP コンテキストオプションの一覧 2306
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... 他の HTTP メソッド。 デフォルトは GET です。 header array あるいは string リクエストに付加されるヘッダ。ここ ... データの送信 <?php $postdata = http_build_query ( array( 'var1' => 'some content' , 'var2' => 'doh' ) ); $ ... opts = array( 'http' => array( 'method' => 'POST' , 'header' => ... rl = "http://www.example.org/header.php" ; $opts = array( 'http' => array( 'method' => 'GET' , 'max_redirec ...
https://man.plustar.jp/php/context.http.html - [similar]
ロードされた Apache モジュールのリストを取得する 2306
« apache_child_terminate apache_get_version » PHP Manual Apache 関数 ロードされた Apache モジュー ... ュールのリストを取得する 説明 apache_get_modules (): array ロードされた Apache モジュールのリストを取得します ... ません。 戻り値 ロードされた Apache モジュールの配列 array を返します。 例 例1 apache_get_modules() の例 <?ph ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => core [1] => http_core [2] => mod_so [3] = ... ード , モジュール , リスト , 取得 , modules , 関数 , array , パラメータ , child , version ...
https://man.plustar.jp/php/function.apache-get-modules.html - [similar]
特定のカレンダーに関する情報を返す 2306
« cal_from_jd cal_to_jd » PHP Manual カレンダー 関数 特定のカレンダーに関する情報を返す cal_info ... する情報を返す 説明 cal_info ( int $calendar = -1 ): array cal_info() は、指定した calendar についての情報を返 ... int_r ( $info ); ?> 上の例の出力は以下となります。 Array ( [months] => Array ( [1] => January [2] => Februa ... ] => November [12] => December ) [abbrevmonths] => Array ( [1] => Jan [2] => Feb [3] => Mar [4] => Apr [5] ... 連キーワード: 情報 , 特定 , cal , info , calendar , Array , 配列 , maxdaysinmonth , calname , calsymbol ...
https://man.plustar.jp/php/function.cal-info.html - [similar]
Get contents of collection type column using OID 2306
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... nn_identifier , string $oid , string $attr_name ): array The cubrid_col_get() function is used to get conte ... multiset, sequence) attribute you requested as an array. パラメータ conn_identifier Connection identifier. ... me that you want to read from the instance. 戻り値 Array (0-based numerical array) containing the elements ... nnect ( $conn ); ?> 上の例の出力は以下となります。 array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
文字列を文字列により分割する 2306
« echo fprintf » PHP Manual String 関数 文字列を文字列により分割する explode (PHP 4, PHP 5, PHP ... tor , string $string , int $limit = PHP_INT_MAX ): array 文字列の配列を返します。この配列の各要素は、 strin ... ' , $input3 ) ); ?> 上の例の出力は以下となります。 array(1) ( [0] => string(5) "hello" ) array(2) ( [0] => ... string(5) "hello" [1] => string(5) "there" ) array(2) ( [0] => string(0) "" [1] => string(0) "" ) 例3 ... , $str , - 1 )); ?> 上の例の出力は以下となります。 Array ( [0] => one [1] => two|three|four ) Array ( [0] = ...
https://man.plustar.jp/php/function.explode.html - [similar]
MQSeries MQGET 2306
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... mqseries_get ( resource $hConn , resource $hObj , array &$md , array &$gmo , int &$bufferLength , string & ... nection to the testq queue mqseries_open ( $conn , array( 'ObjectName' => 'TESTQ' ), MQSERIES_MQOO_INPUT_AS ... (TESTQ) // setup empty message descriptor. $mdg = array(); // setup get message options $gmo = array( 'Opt ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 2306
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... して置換を行う 説明 preg_replace_callback ( string | array $pattern , callable $callback , string | array $su ... , int &$count = null , int $flags = 0 ): string | array | null この関数の動作は、ほぼ preg_replace() と同じ ... ールバックのシグネチャは、次のとおりです。 handler ( array $matches ): string preg_replace_callback() 用の ca ... [^[]|\[(?!/?indent])|(?R))+)\[/indent]#' ; if ( is_array ( $input )) { $input = '<div style="margin-left: 1 ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
正規表現検索および置換を行う 2306
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... 現検索および置換を行う 説明 preg_replace ( string | array $pattern , string | array $replacement , string | ... , int $limit = -1 , int &$count = null ): string | array | null subject に関して pattern を用いて検索を行い ... brown fox jumps over the lazy dog.' ; $patterns = array(); $patterns [ 0 ] = '/quick/' ; $patterns [ 1 ] = ... wn/' ; $patterns [ 2 ] = '/fox/' ; $replacements = array(); $replacements [ 2 ] = 'bear' ; $replacements [ ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
Executes a statement prepared with sqlsrv_prepare 2306
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... Name = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "P ... $id = 0 ; $stmt = sqlsrv_prepare ( $conn , $sql , array( & $qty , & $id )); if( ! $stmt ) { die( print_r ( ... lesOrderDetailID and OrderQty information. // This array maps the order ID to order quantity in key=>value ... pairs. $orders = array( 1 => 10 , 2 => 20 , 3 => 30 ); // Execute the sta ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Add a delete operation to the bulk 2306
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... ulk 説明 public MongoDB\Driver\BulkWrite::delete ( array | object $filter , array $deleteOptions = ? ): voi ... the MongoDB\Driver\BulkWrite . パラメータ filter ( array | object ) » クエリ述語 。 空の述語を指定すると、コ ... eOptions Option Type Description Default collation array | object » Collation は、文字列比較の際の言語固有の ... 指定すると、実行時に例外が発生します。 hint string | array | object Index specification. Specify either the i ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]