検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 136 for Title (0.009 sec.)
文字列に変換する 7915
« ReflectionFunction::isDisabled ReflectionFunctionAbstract » PHP Manual ReflectionFunction 文字 ... flectionFunction::__toString() の例 <?php function title ( $title , $name ) { return sprintf ( "%s. %s\r\n" ... , $title , $name ); } echo new ReflectionFunction ( 'title' ... ば以下のようになります。 Function [ <user> function title ] { @@ Command line code 1 - 1 - Parameters [2] { ... Parameter #0 [ <required> $title ] Parameter #1 [ <required> $name ] } } 参考 Refle ...
https://man.plustar.jp/php/reflectionfunction.tostring.html - [similar]
Construct a new Group 7470
« UI\Controls\Group::append UI\Controls\Group::getTitle » PHP Manual UI\Controls\Group Construct ... 説明 public UI\Controls\Group::__construct ( string $title ) Shall construct a new Group with the given title ... パラメータ title The text for the title label 関連キーワード: Group ... Construct , Controls , a , construct , append , getTitle , public , string ...
https://man.plustar.jp/php/ui-controls-group.construct.html - [similar]
Window 7374
« UI\Size::setWidth UI\Window::add » PHP Manual UI Window Window (UI 0.9.9) はじめに Represents ... s ; /* Constructor */ public __construct ( string $title , Size $size , bool $menu = false ) /* メソッド */ ... add ( UI\Control $control ) public error ( string $title , string $msg ) public getSize (): UI\Size public ... getTitle (): string public hasBorders (): bool public hasMa ... public isFullScreen (): bool public msg ( string $title , string $msg ) protected onClosing (): int public ...
https://man.plustar.jp/php/class.ui-window.html - [similar]
内部のドキュメントを HTML 形式の文字列として出力する 7374
« DOMDocument::save DOMDocument::saveHTMLFile » PHP Manual DOMDocument 内部のドキュメントを HTML ... 'head' ); $head = $root -> appendChild ( $head ); $title = $doc -> createElement ( 'title' ); $title = $hea ... d -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the t ... itle' ); $text = $title -> appendChild ( $text ); echo $doc -> saveHTML () ...
https://man.plustar.jp/php/domdocument.savehtml.html - [similar]
このノードが PHP であるかどうかを調べる 7374
« tidyNode::isJste tidyNode::isText » PHP Manual tidyNode このノードが PHP であるかどうかを調べる ... 出 <?php $html = <<< HTML <html><head> <?php echo '<title>title</title>'; ?> <# /* JSTE code */ alert('Hello ... の出力は以下となります。 # php node #1 <?php echo '<title>title</title>'; ?> # php node #2 <?php // PHP code ...
https://man.plustar.jp/php/tidynode.isphp.html - [similar]
内部の XML ツリーをファイルに出力する 7338
« DOMDocument::relaxNGValidateSource DOMDocument::saveHTML » PHP Manual DOMDocument 内部の XML ツ ... 'book' ); $root = $doc -> appendChild ( $root ); $title = $doc -> createElement ( 'title' ); $title = $roo ... t -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the t ... itle' ); $text = $title -> appendChild ( $text ); echo 'Wrote: ' . $doc -> ...
https://man.plustar.jp/php/domdocument.save.html - [similar]
内部のドキュメントを HTML 形式でファイルに出力する 7290
« DOMDocument::saveHTML DOMDocument::saveXML » PHP Manual DOMDocument 内部のドキュメントを HTML ... 'head' ); $head = $root -> appendChild ( $head ); $title = $doc -> createElement ( 'title' ); $title = $hea ... d -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the t ... itle' ); $text = $title -> appendChild ( $text ); echo 'Wrote: ' . $doc -> ...
https://man.plustar.jp/php/domdocument.savehtmlfile.html - [similar]
Control Group (Arrangement) 7242
« UI\Controls\Grid::setPadded UI\Controls\Group::append » PHP Manual UI Control Group (Arrangeme ... oup (Arrangement) (UI 0.9.9) はじめに A Group is a titled container for child controls クラス概要 class UI\ ... s ; /* Constructor */ public __construct ( string $title ) /* メソッド */ public append ( UI\Control $contr ... ol ) public getTitle (): string public hasMargin (): bool public setMar ... gin ( bool $margin ) public setTitle ( string $title ) /* 継承したメソッド */ public UI ...
https://man.plustar.jp/php/class.ui-controls-group.html - [similar]
7110
« 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です ... /xml/4.1.2/docbookx.dtd" [ ]> <book id="listing"> <title>My lists</title> <chapter id="books"> <title>My bo ... oks</title> <para> <informaltable> <tgroup cols="4"> <thead> ... <row> <entry>Title</entry> <entry>Author</entry> <entry>Language</ent ...
https://man.plustar.jp/php/dom.examples.html - [similar]
基本的な SimpleXML の使用法 7062
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... version='1.0' standalone='yes'?> <movies> <movie> <title>PHP: Behind the Parser</title> <characters> <chara ... ment ( $xmlstr ); if ((string) $movies -> movie -> title == 'PHP: Behind the Parser' ) { print 'My favorite ... } echo htmlentities ((string) $movies -> movie -> title ); ?> 上の例の出力は以下となります。 My favorite m ... version="1.0" standalone="yes"?> <movies> <movie> <title>PHP: Behind the Parser</title> <characters> <chara ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT