a-blog cms PHP API Reference

ACMS_CorrectorBody
in package

Table of Contents

Properties

$const  : array<string|int, mixed>

Methods

acms_corrector_list()  : mixed
acmsRam()  : mixed
age()  : mixed
align2label()  : mixed
allow_dangerous_tag()  : mixed
base64()  : mixed
basename()  : mixed
br4alnum()  : mixed
buildGlobalVars()  : mixed
buildModule()  : mixed
buildTpl()  : mixed
camelcase_to_hyphen()  : mixed
checked()  : string
指定された値と一致した場合、checked 属性を返す
contrastColor()  : mixed
convert()  : mixed
convert_bytes()  : mixed
date()  : mixed
datetime()  : mixed
definition_list()  : mixed
del_pictogram()  : mixed
delnl()  : mixed
dirname()  : mixed
entryStatusLabel()  : mixed
escape()  : mixed
escquot()  : mixed
escvars()  : mixed
fixChars()  : mixed
getHeightFromRatio()  : mixed
getWidthFromRatio()  : mixed
html_entity_decode()  : mixed
htmlPurifier()  : string
HTMLを洗浄する
imageRatioSizeH()  : mixed
imageRatioSizeW()  : mixed
jsonEscape()  : mixed
jsonNumber()  : mixed
jsonPrint()  : mixed
lowercase()  : mixed
markdown()  : mixed
mb_trim()  : mixed
md5()  : mixed
nl2br()  : string
改行文字をHTMLの<br />タグに変換
nl2br4html()  : string
改行文字をHTMLの<br>タグに変換
number_format()  : mixed
resizeImg()  : mixed
resizeImgBase()  : mixed
resizeImgFill()  : mixed
resizeImgFit()  : mixed
safe_html()  : string
安全なHTMLを返す
sanitizeScheme()  : string
危険なスキームを検出して置換する
selected()  : string
指定された値と一致した場合、selected 属性を返す
split()  : mixed
str4script()  : mixed
striptags()  : mixed
substring()  : mixed
symbolfont_path()  : mixed
table()  : mixed
tax()  : mixed
trim()  : mixed
trim4ext()  : mixed
uppercase()  : mixed
urldecode()  : mixed
urlencode()  : mixed
validateUrl()  : mixed
wareki()  : mixed
weekEN2JP()  : mixed
zero_padding()  : mixed

Properties

Methods

acms_corrector_list()

public acms_corrector_list(mixed $txt) : mixed
Parameters
$txt : mixed

acmsRam()

public acmsRam(mixed $id, mixed $args) : mixed
Parameters
$id : mixed
$args : mixed

age()

public age(mixed $txt) : mixed
Parameters
$txt : mixed

align2label()

public align2label(mixed $txt) : mixed
Parameters
$txt : mixed

allow_dangerous_tag()

public allow_dangerous_tag(mixed $txt) : mixed
Parameters
$txt : mixed

base64()

public base64(mixed $txt) : mixed
Parameters
$txt : mixed

basename()

public basename(mixed $txt) : mixed
Parameters
$txt : mixed

br4alnum()

public br4alnum(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

buildGlobalVars()

public buildGlobalVars(mixed $txt) : mixed
Parameters
$txt : mixed

buildModule()

public buildModule(mixed $txt) : mixed
Parameters
$txt : mixed

buildTpl()

public buildTpl(mixed $txt) : mixed
Parameters
$txt : mixed

camelcase_to_hyphen()

public camelcase_to_hyphen(mixed $txt) : mixed
Parameters
$txt : mixed

checked()

指定された値と一致した場合、checked 属性を返す

public checked(mixed $value[, array<string|int, mixed> $args = [] ]) : string
Parameters
$value : mixed
$args : array<string|int, mixed> = []
Return values
string

contrastColor()

public contrastColor(mixed $color[, mixed $args = [] ]) : mixed
Parameters
$color : mixed
$args : mixed = []

convert()

public convert(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

convert_bytes()

public convert_bytes(mixed $txt, mixed $args) : mixed
Parameters
$txt : mixed
$args : mixed

date()

public date(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

datetime()

public datetime(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

definition_list()

public definition_list(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

del_pictogram()

public del_pictogram(mixed $txt) : mixed
Parameters
$txt : mixed

delnl()

public delnl(mixed $txt) : mixed
Parameters
$txt : mixed

dirname()

public dirname(mixed $txt) : mixed
Parameters
$txt : mixed

entryStatusLabel()

public entryStatusLabel(mixed $eid) : mixed
Parameters
$eid : mixed

escape()

public escape(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

escquot()

public escquot(mixed $txt) : mixed
Parameters
$txt : mixed

escvars()

public escvars(mixed $txt) : mixed
Parameters
$txt : mixed

fixChars()

public fixChars(mixed $txt) : mixed
Parameters
$txt : mixed

getHeightFromRatio()

public getHeightFromRatio(mixed $ratio[, mixed $args = [] ]) : mixed
Parameters
$ratio : mixed
$args : mixed = []

getWidthFromRatio()

public getWidthFromRatio(mixed $ratio[, mixed $args = [] ]) : mixed
Parameters
$ratio : mixed
$args : mixed = []

html_entity_decode()

public html_entity_decode(mixed $txt) : mixed
Parameters
$txt : mixed

htmlPurifier()

HTMLを洗浄する

public htmlPurifier(string $txt) : string
Parameters
$txt : string
Return values
string

imageRatioSizeH()

public imageRatioSizeH(mixed $src[, mixed $args = [] ]) : mixed
Parameters
$src : mixed
$args : mixed = []

imageRatioSizeW()

public imageRatioSizeW(mixed $src[, mixed $args = [] ]) : mixed
Parameters
$src : mixed
$args : mixed = []

jsonEscape()

public jsonEscape(mixed $txt) : mixed
Parameters
$txt : mixed

jsonNumber()

public jsonNumber(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

jsonPrint()

public jsonPrint(mixed $txt) : mixed
Parameters
$txt : mixed

lowercase()

public lowercase(mixed $txt) : mixed
Parameters
$txt : mixed

markdown()

public markdown(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

mb_trim()

public mb_trim(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

md5()

public md5(mixed $txt) : mixed
Parameters
$txt : mixed

nl2br()

改行文字をHTMLの<br />タグに変換

public nl2br(string|null $txt) : string
Parameters
$txt : string|null
Return values
string

nl2br4html()

改行文字をHTMLの<br>タグに変換

public nl2br4html(string|null $txt) : string
Parameters
$txt : string|null
Return values
string

number_format()

public number_format(mixed $txt) : mixed
Parameters
$txt : mixed

resizeImg()

public resizeImg(mixed $src[, mixed $args = [] ]) : mixed
Parameters
$src : mixed
$args : mixed = []

resizeImgBase()

public resizeImgBase(mixed $src, mixed $args, mixed $mode[, mixed $stretch = false ]) : mixed
Parameters
$src : mixed
$args : mixed
$mode : mixed
$stretch : mixed = false

resizeImgFill()

public resizeImgFill(mixed $src[, mixed $args = [] ]) : mixed
Parameters
$src : mixed
$args : mixed = []

resizeImgFit()

public resizeImgFit(mixed $src[, mixed $args = [] ]) : mixed
Parameters
$src : mixed
$args : mixed = []

safe_html()

安全なHTMLを返す

public safe_html(string $txt) : string
Parameters
$txt : string
Return values
string

sanitizeScheme()

危険なスキームを検出して置換する

public sanitizeScheme(mixed $txt) : string
Parameters
$txt : mixed
Return values
string

selected()

指定された値と一致した場合、selected 属性を返す

public selected(mixed $value[, array<string|int, mixed> $args = [] ]) : string
Parameters
$value : mixed
$args : array<string|int, mixed> = []
Return values
string

split()

public split(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

str4script()

public str4script(mixed $txt) : mixed
Parameters
$txt : mixed

striptags()

public striptags(mixed $txt) : mixed
Parameters
$txt : mixed

substring()

public substring(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

symbolfont_path()

public symbolfont_path(mixed $txt) : mixed
Parameters
$txt : mixed

table()

public table(mixed $csv[, mixed $args = [] ]) : mixed
Parameters
$csv : mixed
$args : mixed = []

tax()

public tax(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

trim()

public trim(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

trim4ext()

public trim4ext(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

uppercase()

public uppercase(mixed $txt) : mixed
Parameters
$txt : mixed

urldecode()

public urldecode(mixed $txt) : mixed
Parameters
$txt : mixed

urlencode()

public urlencode(mixed $txt) : mixed
Parameters
$txt : mixed

validateUrl()

public validateUrl(mixed $url) : mixed
Parameters
$url : mixed

wareki()

public wareki(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

weekEN2JP()

public weekEN2JP(mixed $txt[, mixed $args = [] ]) : mixed
Parameters
$txt : mixed
$args : mixed = []

zero_padding()

public zero_padding(mixed $txt, mixed $args) : mixed
Parameters
$txt : mixed
$args : mixed

        
On this page

Search results