配列をつなげて文字列にする。
static
Sring
arrayToString
($arr $arr, [$delimiter $delimiter = ","], [$quoter $quoter = null])
-
$arr
$arr: 対象の配列
-
$delimiter
$delimiter: 分離記号
-
$quoter
$quoter: 引用符をつけるための関数
alias for htmlspecialchars
static
String
escape
($str $str, [$enc $enc = null])
Alias for escape
static
String
h
($str $str, [$enc $enc = null])
alias for jsquote
static
String
jq
($str $str)
javascript用エスケープ
static
String
jsescape
($str $str)
javascript用引用符付き文字列
static
String
jsquote
($str $str)
引用符を付ける
static
String
q
($str $str, [$quoteSimbol $quoteSimbol = "'"])
-
$str
$str: 対象文字列
-
$quoteSimbol
$quoteSimbol: 引用符
日付化
static
DateTime
toDate
($val $val)
浮動小数点化
static
float
toFloat
($val $val)
整数化
static
int
toInteger
($val $val)
文字列化
static
String
toString
($val $val)