Results of 1 - 10 of about 136 for Title (0.015 sec.)
- プロセスのタイトルを設定する 10545
- « cli_get_process_title dl » PHP Manual PHP オプション/情報 関数 プロセスのタイトルを設定する cl
...
i_set_process_title (PHP 5 >= 5.5.0, PHP 7, PHP 8) cli_set_process_tit ...
プロセスのタイトルを設定する 説明 cli_set_process_title ( string $title ): bool プロセスのタイトルを設定し ...
この関数は、 CLI モードでしか使えません。 パラメータ title 新しいタイトル。 戻り値 成功した場合に true を、失 ...
合に E_WARNING が発生します。 例 例1 cli_set_process_title() の例 <?php $title = "My Amazing PHP Script" ; $p ...
-
https://man.plustar.jp/php/function.cli-set-process-title.html
- [similar]
- このノードが HTML要素 であるかどうかを調べる 10365
- « tidyNode::isComment tidyNode::isJste » PHP Manual tidyNode このノードが HTML要素 であるかどうか
...
出 <?php $html = <<< HTML <html><head> <?php echo '<title>title</title>'; ?> <# /* JSTE code */ alert('Hello ...
なります。 # html node #1 <html> <head> <?php echo '<title>title</title>'; ?><# /* JSTE code */ alert('Hello ...
World'); #> <title></title> </head> <body> <?php // PHP code echo 'he ...
</body> </html> # html node #2 <head> <?php echo '<title>title</title>'; ?><# /* JSTE code */ alert('Hello ...
-
https://man.plustar.jp/php/tidynode.ishtml.html
- [similar]
- Window Title 10365
- « UI\Window::setSize UI\Control » PHP Manual UI\Window Window Title UI\Window::setTitle (UI 0.9.
...
9) UI\Window::setTitle — Window Title 説明 public UI\Window::setTitle ( s ...
tring $title ) Shall set the title for this Window パラメータ t ...
itle The new title 関連キーワード: Window , Title , setTitle , setSiz ...
-
https://man.plustar.jp/php/ui-window.settitle.html
- [similar]
- Set Title 10329
- « UI\Controls\Group::setMargin UI\Controls\Box » PHP Manual UI\Controls\Group Set Title UI\Contr
...
ols\Group::setTitle (UI 0.9.9) UI\Controls\Group::setTitle — Set Title ...
説明 public UI\Controls\Group::setTitle ( string $title ) Shall set the title for this Gro ...
up パラメータ title The text for the new title 関連キーワード: Set , T ...
itle , Controls , Group , setTitle , setMargin , public , string , Shall , パラメータ ...
-
https://man.plustar.jp/php/ui-controls-group.settitle.html
- [similar]
- 現在のプロセスのタイトルを返す 9032
- « assert cli_set_process_title » PHP Manual PHP オプション/情報 関数 現在のプロセスのタイトルを返
...
す cli_get_process_title (PHP 5 >= 5.5.0, PHP 7, PHP 8) cli_get_process_tit ...
現在のプロセスのタイトルを返す 説明 cli_get_process_title (): ? string 現在のプロセスのタイトルを返します。こ ...
れは cli_set_process_title() で設定したものです。 これは、 ps や top で表示さ ...
合に E_WARNING が発生します。 例 例1 cli_get_process_title() の例 <?php echo "Process title: " . cli_get_proc ...
-
https://man.plustar.jp/php/function.cli-get-process-title.html
- [similar]
- Get Title 8852
- « UI\Controls\Group::__construct UI\Controls\Group::hasMargin » PHP Manual UI\Controls\Group Get
...
Title UI\Controls\Group::getTitle (UI 0.9.9) UI\Controls ...
\Group::getTitle — Get Title 説明 public UI\Controls\Group::getTitl ...
e (): string Shall return the current title for this Group パラメータ この関数にはパラメータは ...
ありません。 戻り値 The current title 関連キーワード: Get , Title , Group , Controls , g ...
-
https://man.plustar.jp/php/ui-controls-group.gettitle.html
- [similar]
- PHP の関数を XPath 関数として登録する 8756
- « DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す
...
l version="1.0" encoding="UTF-8"?> <books> <book> <title>PHP Basics</title> <author>Jim Smith</author> <aut ...
hor>Jane Smith</author> </book> <book> <title>PHP Secrets</title> <author>Jenny Smythe</author> ...
</book> <book> <title>XML basics</title> <author>Joe Black</author> </bo ...
registerPHPFunctions (); // substr 関数を book の title に適用します $nodes = $xpath -> query ( '//book[ph ...
-
https://man.plustar.jp/php/domxpath.registerphpfunctions.html
- [similar]
- 内部の XML ツリーを文字列として出力する 8588
- « DOMDocument::saveHTMLFile DOMDocument::schemaValidate » PHP Manual DOMDocument 内部の XML ツリ
...
'book' ); $root = $doc -> appendChild ( $root ); $title = $doc -> createElement ( 'title' ); $title = $roo ...
t -> appendChild ( $title ); $text = $doc -> createTextNode ( 'これはタイトル ...
です' ); $text = $title -> appendChild ( $text ); echo "ドキュメント全体を ...
の部分のみを保存します\n" ; echo $doc -> saveXML ( $title ); ?> 上の例の出力は以下となります。 ドキュメント全 ...
-
https://man.plustar.jp/php/domdocument.savexml.html
- [similar]
- 次の XPath クエリ用の prefix/ns コンテキストを作成する 8227
- « SimpleXMLElement::getNamespaces SimpleXMLElement::saveXML » PHP Manual SimpleXMLElement 次の X
...
<<EOD <book xmlns:chap="http://example.org/chapter-title"> <title>My Book</title> <chapter id="1"> <chap:ti ...
tle>Chapter 1</chap:title> <para>Donec velit. Nullam eget tellus vitae torto ...
, mauris.</para> </chapter> <chapter id="2"> <chap:title>Chapter 2</chap:title> <para>Lorem ipsum dolor sit ...
XPathNamespace ( 'c' , 'http://example.org/chapter-title' ); $result = $sxe -> xpath ( '//c:title' ); forea ...
-
https://man.plustar.jp/php/simplexmlelement.registerxpathnamespace.html
- [similar]
- Get Title 8227
- « UI\Window::getSize UI\Window::hasBorders » PHP Manual UI\Window Get Title UI\Window::getTitle
...
(UI 0.9.9) UI\Window::getTitle — Get Title 説明 public UI\Window::getTitle (): st ...
ring Shall retrieve the title of this Window パラメータ この関数にはパラメータは ...
ありません。 戻り値 関連キーワード: Get , Title , Window , getTitle , パラメータ , getSize , hasBo ...
-
https://man.plustar.jp/php/ui-window.gettitle.html
- [similar]