検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 38 for proc (0.013 sec.)
PHP 関数を XSLT 関数として利用できるようにする 7956
« XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP ... 関数を XSLT 関数として利用できるようにする XSLTProcessor::registerPHPFunctions (PHP 5 >= 5.0.4, PHP 7, ... PHP 8) XSLTProcessor::registerPHPFunctions — PHP 関数を XSLT 関数と ... して利用できるようにする 説明 public XSLTProcessor::registerPHPFunctions ( array | string | null ... xml ); $xsldoc = DOMDocument :: loadXML ( $xsl ); $proc = new XSLTProcessor (); $proc -> registerPHPFuncti ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]
URI に変換する 7830
« XSLTProcessor::transformToDoc XSLTProcessor::transformToXml » PHP Manual XSLTProcessor URI に変 ... 換する XSLTProcessor::transformToUri (PHP 5, PHP 7, PHP 8) XSLTPro ... r::transformToUri — URI に変換する 説明 public XSLTProcessor::transformToURI ( DOMDocument $doc , string $ ... uri ): int XSLTProcessor::importStylesheet() メソッドで与えられたスタイ ... -> load ( 'collection.xsl' ); // 変換の設定を行う $proc = new XSLTProcessor ; $proc -> importStyleSheet ( ...
https://man.plustar.jp/php/xsltprocessor.transformtouri.html - [similar]
DOMDocument に変換する 7799
« XSLTProcessor::setSecurityPrefs XSLTProcessor::transformToUri » PHP Manual XSLTProcessor DOMDo ... cument に変換する XSLTProcessor::transformToDoc (PHP 5, PHP 7, PHP 8) XSLTPro ... formToDoc — DOMDocument に変換する 説明 public XSLTProcessor::transformToDoc ( object $document , ? string ... $returnClass = null ): DOMDocument | false XSLTProcessor::importStylesheet() メソッドで与えられたスタイ ... -> load ( 'collection.xsl' ); // 変換の設定を行う $proc = new XSLTProcessor ; $proc -> importStyleSheet ( ...
https://man.plustar.jp/php/xsltprocessor.transformtodoc.html - [similar]
XML に変換する 7720
« XSLTProcessor::transformToUri GUI用の拡張モジュール » PHP Manual XSLTProcessor XML に変換する ... XSLTProcessor::transformToXml (PHP 5, PHP 7, PHP 8) XSLTPro ... r::transformToXml — XML に変換する 説明 public XSLTProcessor::transformToXml ( object $document ): string ... | null | false xsltprocessor::importStylesheet() メソッドで与えられたスタイ ... -> load ( 'collection.xsl' ); // 変換の設定を行う $proc = new XSLTProcessor ; $proc -> importStyleSheet ( ...
https://man.plustar.jp/php/xsltprocessor.transformtoxml.html - [similar]
リソース型 7673
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュール ... が定義するリソースは process リソースで、これは proc_open() が返します。 関連 ... , 実行 , 定数 , インストール , 拡張 , モジュール , process , proc ...
https://man.plustar.jp/php/exec.resources.html - [similar]
新機能 7547
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... のように、... 演算子と組み合わせて使う時に便利です。 proc_open() 関数 proc_open() 関数は、コマンドの文字列で ... P が必要な引数のエスケープをすべて行います。 <?php proc_open ([ 'php' , '-r' , 'echo "Hello World\n";' ], ... $descriptors , $pipes ); ?> proc_open() が、 redirect と null ディスクリプタをサポー ... しました。 <?php // シェルにおける 2>&1 のような操作 proc_open ( $cmd , [ 1 => [ 'pipe' , 'w' ], 2 => [ 'red ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
CTRLイベント を別プロセスに送信する 7468
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プ ... ' , 'w' ], [ 'pipe' , 'w' ]); $options = [ 'create_process_group' => true ]; $proc = proc_open ( $cmd , $d ... e ( true ) { echo fgets ( $pipes [ 1 ]); } ?> 参考 proc_open() - コマンドを実行し、入出力用にファイルポイン ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
はじめに 7437
« プログラムの実行 インストール/設定 » PHP Manual プログラムの実行 はじめに はじめに 以下の関数は ... 行権限を持っていなければなりません。 唯一の例外は、 proc_open() を bypass_shell オプションつきでコールする場 ... ンド , コール , 関数 , プログラム , bypass , open , proc , 例外 , 唯一 ...
https://man.plustar.jp/php/intro.exec.html - [similar]
PHP が EXSLT をサポートしているかどうかを判定する 7390
« XSLTProcessor::getSecurityPrefs XSLTProcessor::importStylesheet » PHP Manual XSLTProcessor PHP ... が EXSLT をサポートしているかどうかを判定する XSLTProcessor::hasExsltSupport (PHP 5 >= 5.0.4, PHP 7, PHP ... 8) XSLTProcessor::hasExsltSupport — PHP が EXSLT をサポートして ... いるかどうかを判定する 説明 public XSLTProcessor::hasExsltSupport (): bool このメソッドは PHP ... se を返します。 例 例1 EXSLT サポートの判定 <?php $proc = new XSLTProcessor ; if (! $proc -> hasExsltSuppo ...
https://man.plustar.jp/php/xsltprocessor.hasexsltsupport.html - [similar]
新機能 7311
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... t) ini_get ( "serialize_precision" ), $float ); ?> proc_open() に、疑似端末(PTY) ディスクリプタのサポートが ... stdout , stderr を同じPTYにアタッチします: <?php $proc = proc_open ( $command , [[ 'pty' ], [ 'pty' ], [ ... 'pty' ]], $pipes ); ?> proc_open() 関数は、 ソケットペアのディスクリプタをサポ ... を stdin , stdout , stderr にアタッチします: <?php $proc = proc_open ( $command , [[ 'socket' ], [ 'socket' ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
PREV 1 2 3 4 NEXT