検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 661 for open (0.015 sec.)
Upside/Downside Gap Three Methods 3774
« trader_cdlupsidegap2crows trader_ceil » PHP Manual Trader 関数 Upside/Downside Gap Three Metho ... e Methods 説明 trader_cdlxsidegap3methods ( array $open , array $high , array $low , array $close ): array ... パラメータ open 始値。実数値の配列。 high 高値。実数値の配列。 low ...
https://man.plustar.jp/php/function.trader-cdlxsidegap3methods.html - [similar]
リソース型 3774
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.1.0 より前の ... バージョンでは、 この拡張機能は imap_open() がオープンした IMAP ストリームを表す、 imap リソ ... , 定義 , 実行 , 定数 , インストール , バージョン , open , オープン , ストリーム ...
https://man.plustar.jp/php/imap.resources.html - [similar]
RAR アーカイブのコメントテキストを取得する 3774
« RarArchive::close RarArchive::getEntries » PHP Manual RarArchive RAR アーカイブのコメントテキス ... ントをサポートしていません。 パラメータ rarfile rar_open() でオープンした RarArchive オブジェクト。 戻り値 ... オブジェクト指向型 <?php $rar_arch = RarArchive :: open ( 'commented.rar' ); echo $rar_arch -> getComment ... commented.rar. 例2 手続き型 <?php $rar_arch = rar_open ( 'commented.rar' ); echo rar_comment_get ( $rar_a ...
https://man.plustar.jp/php/rararchive.getcomment.html - [similar]
基本的な例 3738
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... st.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is ... 提供する必要があります。 ファイルモードは、通常 dba_open() または dba_popen() に 4 番目の引数として渡されま ...
https://man.plustar.jp/php/dba.example.html - [similar]
Gets a record from a database as an associative array 3738
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... database The database resource, returned by dbase_open() or dbase_create() . _number The index of the rec ... ll the registered members in the database <?php // open in read-only mode $db = dbase_open ( '/tmp/test.db ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
ファイルを、指定したオフセットから読み込む 3738
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... みます $temp_filename = "eio-temp-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "12345678 ... ルを削除します @ unlink ( $temp_filename ); } /* eio_open() が終わったら呼ばれます */ function my_file_opene ... b" , $result ); eio_event_loop (); } else { // eio_open() が失敗 unlink ( $data ); } } // ファイルを読み書 ... き用に開きます eio_open ( $temp_filename , EIO_O_RDWR , NULL , EIO_PRI_DEF ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
ファイルについての情報を返す 3738
« finfo_close finfo_open » PHP Manual Fileinfo 関数 ファイルについての情報を返す finfo_file finf ... 情報を返すために使用します。 パラメータ finfo finfo_open() が返す、 finfo クラスのインスタンス。 filename 調 ... した。 例 例1 finfo_file() の例 <?php $finfo = finfo_open ( FILEINFO_MIME_TYPE ); // mimetype 拡張モジュール ...
https://man.plustar.jp/php/function.finfo-file.html - [similar]
Up/Down-gap side-by-side white lines 3738
« trader_cdleveningstar trader_cdlgravestonedoji » PHP Manual Trader 関数 Up/Down-gap side-by-si ... ite lines 説明 trader_cdlgapsidesidewhite ( array $open , array $high , array $low , array $close ): array ... パラメータ open 始値。実数値の配列。 high 高値。実数値の配列。 low ...
https://man.plustar.jp/php/function.trader-cdlgapsidesidewhite.html - [similar]
Takuri (Dragonfly Doji with very long lower shadow) 3738
« trader_cdlsticksandwich trader_cdltasukigap » PHP Manual Trader 関数 Takuri (Dragonfly Doji wi ... long lower shadow) 説明 trader_cdltakuri ( array $open , array $high , array $low , array $close ): array ... パラメータ open 始値。実数値の配列。 high 高値。実数値の配列。 low ...
https://man.plustar.jp/php/function.trader-cdltakuri.html - [similar]
新機能 3738
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... に、... 演算子と組み合わせて使う時に便利です。 proc_open() 関数 proc_open() 関数は、コマンドの文字列ではなく ... 必要な引数のエスケープをすべて行います。 <?php proc_open ([ 'php' , '-r' , 'echo "Hello World\n";' ], $desc ... riptors , $pipes ); ?> proc_open() が、 redirect と null ディスクリプタをサポートし ... た。 <?php // シェルにおける 2>&1 のような操作 proc_open ( $cmd , [ 1 => [ 'pipe' , 'w' ], 2 => [ 'redirect ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]