検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 149 for source (0.009 sec.)
利用可能なDSNについての情報を返す 6746
« odbc_cursor odbc_do » PHP Manual ODBC 関数 利用可能なDSNについての情報を返す odbc_data_source ... (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) odbc_data_source — 利用可能なDSNについての情報を返す 説明 odbc_data ... _source ( resource $odbc , int $fetch_type ): array | fals ... ( 'dsn' , 'user' , 'pass' ); $dsn_info = odbc_data_source ( $conn , SQL_FETCH_FIRST ); while ( $dsn_info ) { ... print_r ( $dsn_info ); $dsn_info = odbc_data_source ( $conn , SQL_FETCH_NEXT ); } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.odbc-data-source.html - [similar]
The parallel\Events\Event class 6441
« parallel\Events\Input::remove parallel\Events\Event\Type » PHP Manual parallel The parallel\Ev ... d the event be a write event the Input for Event::$source shall also be removed. クラス概要 final class para ... e constants */ public int $ type ; /* Shall be the source of the event (target name) */ public string $ sour ...
https://man.plustar.jp/php/class.parallel-events-event.html - [similar]
Adds RRA - archive of data values for each data source 6406
« RRDCreator RRDCreator::addDataSource » PHP Manual RRDCreator Adds RRA - archive of data values ... for each data source RRDCreator::addArchive (PECL rrd >= 0.9.0) RRDCrea ... — Adds RRA - archive of data values for each data source 説明 public RRDCreator::addArchive ( string $descr ... values or statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreat ... or::addDataSource() . You need call this method for each requested a ...
https://man.plustar.jp/php/rrdcreator.addarchive.html - [similar]
Building the MongoDB PHP Driver from source 6184
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... the MongoDB PHP Driver from source Building the MongoDB PHP Driver from source For dr ... gfixes, you can compile the driver from the latest source code on » Github . Run the following commands to c ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
ソケットのオプションを取得する 6149
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する s ... socket_set_option() でのみ利用可能)。 MCAST_BLOCK_SOURCE 特定のソースから、そのマルチキャストグループにやっ ... らに追加でもうひとつのキーを含む配列。 追加のキーは source で、 ブロック対象となるソースの IPv4 アドレスあるい ... ocket_set_option() でのみ利用可能)。 MCAST_UNBLOCK_SOURCE 特定のソースから、そのマルチキャストグループにやっ ... ープに事前に参加しておく必要があります。 MCAST_BLOCK_SOURCE と同じ形式の配列 ( socket_set_option() でのみ利用可 ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
文字列から HTML を読み込む 6102
« DOMDocument::load DOMDocument::loadHTMLFile » PHP Manual DOMDocument 文字列から HTML を読み込む ... 読み込む 説明 public DOMDocument::loadHTML ( string $source , int $options = 0 ): DOMDocument | bool この関数は ... 、文字列 source に含まれる HTML を パースします。XML を読み込む場合 ... cメソッドを実行することがあるでしょう。 パラメータ source HTML 文字列。 options Libxml 2.6.0 以降では、 opti ... た場合に false を返します エラー / 例外 空の文字列を source に渡すと、警告が発生します。 この警告は libxml が発 ...
https://man.plustar.jp/php/domdocument.loadhtml.html - [similar]
エラー情報を返す 6102
« gnupg_geterror gnupg_getprotocol » PHP Manual GnuPG 関数 エラー情報を返す gnupg_geterrorinfo ( ... nfo — エラー情報を返す 説明 gnupg_geterrorinfo ( resource $identifier ): array パラメータ identifier gnupg_i ... ge"]=> bool(false) ["gpgme_code"]=> int(0) ["gpgme_source"]=> string(18) "Unspecified source" ["gpgme_messag ... pt failed" ["gpgme_code"]=> int(117440570) ["gpgme_source"]=> string(5) "GPGME" ["gpgme_message"]=> string(7 ...
https://man.plustar.jp/php/function.gnupg-geterrorinfo.html - [similar]
highlight_file のエイリアス 6067
« sapi_windows_vt100_support sleep » PHP Manual その他の関数 highlight_file のエイリアス show_source ... urce (PHP 4, PHP 5, PHP 7, PHP 8) show_source — highlight_file() のエイリアス 説明 この関数は次の ...
https://man.plustar.jp/php/function.show-source.html - [similar]
配列の差を計算する 5996
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... 配列が文字列にキャストできないので警告が発生します $source = [ 1 , 2 , 3 , 4 ]; $filter = [ 3 , 4 , [ 5 ], 6 ... ]; $result = array_diff ( $source , $filter ); // 一方で、以下の例は問題ありません。 ... function __toString () { return $this -> v ; } } $source = [new S ( 'a' ), new S ( 'b' ), new S ( 'c' )]; $ ... S ( 'c' ), new S ( 'd' )]; $result = array_diff ( $source , $filter ); // $result には、S('a') のインスタンス ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
Produce merged XML document 5996
« XMLDiff\File::diff XML パーサ » PHP Manual XMLDiff\File Produce merged XML document XMLDiff\Fi ... string Create new XML document based on diffs and source document. パラメータ src Path to the source XML do ...
https://man.plustar.jp/php/xmldiff-file.merge.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT