Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP Doku_Renderer_xhtml::cdata示例
编程语言:
PHP
类/类型:
Doku_Renderer_xhtml
方法/功能:
cdata
hotexamples.com的示例:
1
PHP Doku_Renderer_xhtml::cdata - 已找到1个示例
。这些是从开源项目中提取的最受好评的
Doku_Renderer_xhtml::cdata
来自程序包 dokuwiki现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
document_start(6)
internallink(5)
header(4)
document_end(3)
externalmedia(3)
emaillink(3)
_formatLink(3)
externallink(2)
section_close(2)
cdata(1)
locallink(1)
startSectionEdit(1)
section_open(1)
plugin(1)
p_open(1)
p_close(1)
nocache(1)
listitem_close(1)
listu_close(1)
acronym(1)
internalmedia(1)
_media(1)
_headerToLink(1)
getInfo(1)
finishSectionEdit(1)
_resolveInterWiki(1)
_xmlEntities(1)
table_open(1)
常用方法
document_start (6)
internallink (5)
header (4)
document_end (3)
externalmedia (3)
emaillink (3)
_formatLink (3)
externallink (2)
section_close (2)
cdata (1)
常用方法
locallink (1)
startSectionEdit (1)
section_open (1)
plugin (1)
p_open (1)
p_close (1)
nocache (1)
listitem_close (1)
listu_close (1)
acronym (1)
internalmedia (1)
_media (1)
_headerToLink (1)
getInfo (1)
finishSectionEdit (1)
_resolveInterWiki (1)
_xmlEntities (1)
table_open (1)
常用方法
internalmedia (1)
_media (1)
_headerToLink (1)
getInfo (1)
finishSectionEdit (1)
_resolveInterWiki (1)
_xmlEntities (1)
table_open (1)
cdata()
public
method
Render plain text data
public
cdata
(
$text
)
$text
Doku_Renderer_xhtml Class Documentation
示例#1
0
显示文件
文件:
renderer.php
项目:
nunoflores/driver
function cdata($text) { parent::cdata($text); global $hasContent; $hasContent = true; }
x