検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 43 for template (0.002 sec.)
新しいテンプレートを開始する 12278
« ps_begin_pattern ps_circle » PHP Manual PS 関数 新しいテンプレートを開始する ps_begin_template ... (PECL ps >= 1.2.0) ps_begin_template — 新しいテンプレートを開始する 説明 ps_begin_templ ... <?php $ps = ps_new (); if (! ps_open_file ( $ps , "template.ps" )) { print "PostScript ファイルをオープンできま ... ning" , "true" ); ps_set_info ( $ps , "Creator" , "template.php" ); ps_set_info ( $ps , "Author" , "Uwe Steinm ... ann" ); ps_set_info ( $ps , "Title" , "Template example" ); $pstemplate = ps_begin_template ( $ps ...
https://man.plustar.jp/php/function.ps-begin-template.html - [similar]
テンプレートを終了する 11769
« ps_end_pattern ps_fill_stroke » PHP Manual PS 関数 テンプレートを終了する ps_end_template (PEC ... L ps >= 1.2.0) ps_end_template — テンプレートを終了する 説明 ps_end_template ( re ... source $psdoc ): bool ps_begin_template() によって開始したテンプレートを終了します。 テンプ ... を、失敗した場合に false を返します。 参考 ps_begin_template() - 新しいテンプレートを開始する 関連キーワード: テ ... ンプレート , 終了 , template , end , 開始 , psdoc , 関数 , stroke , resource , ...
https://man.plustar.jp/php/function.ps-end-template.html - [similar]
テンプレートを FDF ドキュメントに追加する 11137
« fdf_add_doc_javascript fdf_close » PHP Manual FDF 関数 テンプレートを FDF ドキュメントに追加す ... る fdf_add_template (PHP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_add_templ ... ンプレートを FDF ドキュメントに追加する 説明 fdf_add_template ( resource $fdf_document , int $newpage , string $ ... filename , string $template , int $rename ): bool 警告 この関数は、 現在のとこ ... 関連キーワード: FDF , テンプレート , 追加 , fdf , template , 関数 , ドキュメント , int , string , rename ...
https://man.plustar.jp/php/function.fdf-add-template.html - [similar]
Yaf_View_Simple のコンストラクタ 10273
« Yaf_View_Simple::clear Yaf_View_Simple::display » PHP Manual Yaf_View_Simple Yaf_View_Simple の ... inal public Yaf_View_Simple::__construct ( string $template_dir , array $options = ? ) パラメータ template_dir ... _View_Simple::__constructor() の例 <?php define ( "TEMPLATE_DIRECTORY" , APPLICATOIN_PATH . '/views' ); $view ... = new Yaf_View_Simple ( TEMPLATE_DIRECTORY , array( 'short_tag' => false // テンプレ ... キーワード: Yaf , construct , テンプレート , short , template , タグ , views , オフ , open , var ...
https://man.plustar.jp/php/yaf-view-simple.construct.html - [similar]
collection.xml および collection.xsl ファイルの例 10119
« 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs ... od="html" encoding="iso-8859-1" indent="no"/> <xsl:template match="collection"> Hey! Welcome to <xsl:value-of ... elect="$owner"/>'s sweet CD collection! <xsl:apply-templates/> </xsl:template> <xsl:template match="cd"> <h1>< ... - <xsl:value-of select="year"/></h2> <hr /> </xsl:template> </xsl:stylesheet> 関連キーワード: collection , フ ... ァイル , 例 , および , cd , year , template , owner , stylesheet , 処理 ...
https://man.plustar.jp/php/xsl.examples-collection.html - [similar]
実行時設定 9625
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ault_logger default PHP_INI_SYSTEM seaslog.default_template %T | %L | %P | %Q | %t | %M PHP_INI_SYSTEM seaslog ... RFC5424. The {logInfo} affected by seaslog.default_template . The log style finally formatted such as: <15>1 2 ... (PHP RSHUTDOWN or PHP MSHUTDOWN). seaslog.default_template string Default Log template. Default "%T | %L | %P ... re provided, which can be used directly in the log template and replaced as a corresponding value when the log ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
libxml のエラー処理関数によるエラー処理 9625
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... method="html" encoding="utf-8" indent="no"/> <xsl:template match="fruits"> <ul> <xsl:apply-templates/> </ul> ... </xsl:template> <xsl:template match="fruit"> <li><xsl:value-of se ... lect="THIS IS A DELIBERATE ERROR!"/></li> </xsl:template> </xsl:stylesheet> 例3 エラーの捕捉と表示 以下の例 ... : エラー , 処理 , libxml , 関数 , fruit , fruits , template , Libxml , li , DELIBERATE ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
オブジェクト インターフェイス 9486
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジ ... 例 例1 Interface の例 <?php // インターフェイス 'iTemplate' を宣言する interface Template { public function s ... iable ( $name , $var ); public function getHtml ( $template ); } // インターフェイスを実装する。 // これは動作 ... します。 class WorkingTemplate implements Template { private $vars = []; public f ... rs [ $name ] = $var ; } public function getHtml ( $template ) { foreach( $this -> vars as $name => $value ) { ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
テンプレートのディレクトリを設定する 9332
« Yaf_View_Simple::__set Yaf_Loader » PHP Manual Yaf_View_Simple テンプレートのディレクトリを設定 ... 説明 public Yaf_View_Simple::setScriptPath ( string $template_dir ): bool パラメータ template_dir 戻り値 関連キー ... レート , ディレクトリ , 設定 , Yaf , setScriptPath , template , Loader , public , string , パラメータ ...
https://man.plustar.jp/php/yaf-view-simple.setscriptpath.html - [similar]
The setScriptPath purpose 8977
« Yaf_View_Interface::render Yaf_View_Simple » PHP Manual Yaf_View_Interface The setScriptPath p ... public Yaf_View_Interface::setScriptPath ( string $template_dir ): void テンプレートのベースディレクトリを設定 ... ん。引数のリストのみが 記述されています。 パラメータ template_dir テンプレートディレクトリへの絶対パス。デフォル ... り値 関連キーワード: setScriptPath , Yaf , purpose , template , テンプレート , ディレクトリ , 関数 , directory , ...
https://man.plustar.jp/php/yaf-view-interface.setscriptpath.html - [similar]
PREV 1 2 3 4 5 NEXT