検索

phrase: max: clip:
target: order:
Results of 11 - 19 of about 19 for XSLTProcessor (0.003 sec.)
PHP が EXSLT をサポートしているかどうかを判定する 8827
« XSLTProcessor::getSecurityPrefs XSLTProcessor::importStylesheet » PHP Manual XSLTProcessor PHP ... が EXSLT をサポートしているかどうかを判定する XSLTProcessor::hasExsltSupport (PHP 5 >= 5.0.4, PHP 7, PHP 8) XS ... T をサポートしているかどうかを判定する 説明 public XSLTProcessor::hasExsltSupport (): bool このメソッドは PHP が » ... ます。 例 例1 EXSLT サポートの判定 <?php $proc = new XSLTProcessor ; if (! $proc -> hasExsltSupport ()) { die( 'EXSLT ... こに .. ?> 関連キーワード: EXSLT , 判定 , サポート , XSLTProcessor , hasExsltSupport , パラメータ , getSecurityPrefs ...
https://man.plustar.jp/php/xsltprocessor.hasexsltsupport.html - [similar]
セキュリティ設定を取得する 8640
« XSLTProcessor::getParameter XSLTProcessor::hasExsltSupport » PHP Manual XSLTProcessor セキュリ ... ティ設定を取得する XSLTProcessor::getSecurityPrefs (PHP >= 5.4.0, PHP 7, PHP 8) XSL ... rityPrefs — セキュリティ設定を取得する 説明 public XSLTProcessor::getSecurityPrefs (): int セキュリティ設定を取得し ... ます。 関連キーワード: セキュリティ , 設定 , 取得 , XSLTProcessor , getSecurityPrefs , パラメータ , getParameter , h ...
https://man.plustar.jp/php/xsltprocessor.getsecurityprefs.html - [similar]
セキュリティ設定を指定する 8452
« XSLTProcessor::setProfiling XSLTProcessor::transformToDoc » PHP Manual XSLTProcessor セキュリテ ... ィ設定を指定する XSLTProcessor::setSecurityPrefs (PHP >= 5.4.0, PHP 7, PHP 8) XSL ... rityPrefs — セキュリティ設定を指定する 説明 public XSLTProcessor::setSecurityPrefs ( int $preferences ): int セキュ ... 定を返します。 関連キーワード: セキュリティ , 設定 , XSLTProcessor , 指定 , setSecurityPrefs , int , preferences , se ...
https://man.plustar.jp/php/xsltprocessor.setsecurityprefs.html - [similar]
プロファイル情報の出力ファイルを設定する 8298
« XSLTProcessor::setParameter XSLTProcessor::setSecurityPrefs » PHP Manual XSLTProcessor プロファ ... イル情報の出力ファイルを設定する XSLTProcessor::setProfiling (PHP >= 5.3.0, PHP 7, PHP 8) XSLTPro ... プロファイル情報の出力ファイルを設定する 説明 public XSLTProcessor::setProfiling ( ? string $filename ): bool スタイル ... llection.xsl' ); // 変換器を設定します $proc = new XSLTProcessor ; $proc -> setProfiling ( 'profiling.txt' ); $proc ... 1 1 Total 3 4 関連キーワード: 出力 , 情報 , 設定 , XSLTProcessor , ファイル , setProfiling , filename , 処理 , コー ...
https://man.plustar.jp/php/xsltprocessor.setprofiling.html - [similar]
PHP 関数を XSLT 関数として利用できるようにする 7922
« 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 $fun ... doc = DOMDocument :: loadXML ( $xsl ); $proc = new XSLTProcessor (); $proc -> registerPHPFunctions (); $proc -> imp ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]
libxml のエラー処理関数によるエラー処理 6027
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... 捕捉と表示 以下の例は、エラーを含むスタイルシートで XSLTProcessor::importStyleSheet() を呼んだ際に発生する libxml の ... ument (); $xsldoc = new DOMDocument (); $xsl = new XSLTProcessor (); $xmldoc -> loadXML ( 'fruits.xml' ); $xsldoc - ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
XML 操作 5720
« win32_stop_service DOM » PHP Manual 関数リファレンス XML 操作 XML 操作 DOM — Document Object M ... ラス XSL はじめに インストール/設定 定義済み定数 例 XSLTProcessorXSLTProcessor クラス 関連キーワード: クラス , 設 ...
https://man.plustar.jp/php/refs.xml.html - [similar]
GUI用の拡張モジュール 5344
« XSLTProcessor::transformToXml UI » PHP Manual 関数リファレンス GUI用の拡張モジュール GUI用の拡 ...
https://man.plustar.jp/php/refs.ui.html - [similar]
下位互換性のない変更点 5037
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... efs xsl.security_prefs が削除されました。 かわりに XsltProcessor::setSecurityPrefs() メソッドを用いて、プロセッサ単 ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
PREV 1 2 NEXT