検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 201 for each (0.013 sec.)
APCu のデータから、キャッシュされた情報を取得する 4647
« apcu_add apcu_cas » PHP Manual APCu 関数 APCu のデータから、キャッシュされた情報を取得する apc ... [mem_size] => 677 ) [1] => Array (...iterates for each cached file) ) 参考 APCu 設定ディレクティブ APCUIt ...
https://man.plustar.jp/php/function.apcu-cache-info.html - [similar]
Open a connection to a CUBRID Server 4647
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... onn ); while (list( $param_name , $param_value ) = each ( $db_params )) { printf ( "%-30s %s\n" , $param_n ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Open a persistent connection to a CUBRID server 4647
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... onn ); while (list( $param_name , $param_value ) = each ( $db_params )) { printf ( "%-30s %s\n" , $param_n ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
配列の内部ポインタを進める 4647
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8 ... ません。 false 要素を含む配列を順に処理するには、 foreach() 関数を参照ください。 それでも next() 関数を使い、 ... set() - 配列の内部ポインタを先頭の要素にセットする each() - 配列から現在のキーと値のペアを返して、カーソル ...
https://man.plustar.jp/php/function.next.html - [similar]
内部の配列ポインタをひとつ前に戻す 4647
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, ... set() - 配列の内部ポインタを先頭の要素にセットする each() - 配列から現在のキーと値のペアを返して、カーソル ...
https://man.plustar.jp/php/function.prev.html - [similar]
配列の内部ポインタを先頭の要素にセットする 4647
« range rsort » PHP Manual 配列 関数 配列の内部ポインタを先頭の要素にセットする reset (PHP 4, PH ... ください。 参考 current() - 配列内の現在の要素を返す each() - 配列から現在のキーと値のペアを返して、カーソル ...
https://man.plustar.jp/php/function.reset.html - [similar]
Opens a connection to a Microsoft SQL Server database 4647
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... connection pooling (i.e. force a new connection on each call), set the "ConnectionPooling" option in the $ ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
ファイルパス解決キャッシュについての情報を取得する 4647
« wincache_refresh_if_changed wincache_rplist_meminfo » PHP Manual WinCache 関数 ファイルパス解決 ... oot\checkcache.php ) [2] => Array (...iterates for each cached file) ) ) 参考 wincache_fcache_meminfo() - ...
https://man.plustar.jp/php/function.wincache-rplist-fileinfo.html - [similar]
スキャンの準備をする 4647
« yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5 ... n_result ( $id , $options ); echo 'Scan ok; ' ; foreach ( $options as $key => $val ) { echo " $key = $val ... hile (list( $key , list( $k , $term , $tcount )) = each ( $ar )) { if (empty( $k )) continue; echo "<tr><t ...
https://man.plustar.jp/php/function.yaz-scan.html - [similar]
画像のヒストグラムを取得する 4647
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... ents , $colorChannel ) { $colorStatistics = []; foreach ( $histogramElements as $histogramElement ) { $col ... = 256 ; $histogramHeight = 100 ; // the height for each RGB segment $imagick = new \ Imagick ( realpath ( ... $scale = $histogramHeight / $max ; $count = 0 ; foreach ( $colorValues as $color => $values ) { $draw -> s ... ; $offset = ( $count + 1 ) * $histogramHeight ; foreach ( $values as $index => $value ) { $draw -> line ( ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]