PHP:pg_copy_from()的用法 PHP
pg_copy_from
(PHP 4 >= 4.2.0, PHP 5)
pg_copy_from —
根据数组将记录插入表中
说明
bool pg_copy_from
( resource $connection
, string $table_name
PHP:pg_copy_to()的用法 PHP
pg_copy_to
(PHP 4 >= 4.2.0, PHP 5)
pg_copy_to —
将一个表拷贝到数组中
说明
array pg_copy_to
( resource $connection
, string $table_name
[
PHP:pg_escape_identifier()的用法 PHP
pg_escape_identifier
(PHP 5 >= 5.4.4)
pg_escape_identifier —
Escape a identifier for insertion into a text field
说明
string pg_escape_identifier
([ resource $connection
PHP:pg_escape_literal()的用法 PHP
pg_escape_literal
(PHP 5 >= 5.4.4)
pg_escape_literal —
Escape a literal for insertion into a text field
说明
string pg_escape_literal
([ resource $connection
], string $
PHP:mb_decode_numericentity()的用法 PHP
mb_decode_numericentity
(PHP 4 >= 4.0.6, PHP 5)
mb_decode_numericentity — 根据 HTML 数字字符串解码成字符
说明
string mb_decode_numericentity
( string $str
, array
PHP:mb_detect_encoding()的用法 PHP
mb_detect_encoding
(PHP 4 >= 4.0.6, PHP 5)
mb_detect_encoding — 检测字符的编码
说明
string mb_detect_encoding
( string $str
[, mixed $encoding_list = mb_detect_order()
PHP:mb_detect_order()的用法 PHP
mb_detect_order
(PHP 4 >= 4.0.6, PHP 5)
mb_detect_order — 设置/获取 字符编码的检测顺序
说明
mixed mb_detect_order
([ mixed $encoding_list = mb_detect_order()
] )
PHP:mb_encode_mimeheader()的用法 PHP
mb_encode_mimeheader
(PHP 4 >= 4.0.6, PHP 5)
mb_encode_mimeheader — 为 MIME 头编码字符串
说明
string mb_encode_mimeheader
( string $str
[, string $charset = mb_internal
PHP:mb_get_info()的用法 PHP
mb_get_info
(PHP 4 >= 4.2.0, PHP 5)
mb_get_info — 获取 mbstring 的内部设置
说明
mixed mb_get_info
([ string $type = "all"
] )
mb_get_info() 返回 mbstri
PHP:mb_http_input()的用法 PHP
mb_http_input (PHP 4 = 4.0.6, PHP 5)
mb_http_input — 检测 HTTP 输入字符编码 说明 mixed mb_http_input ([ string $type = ] )...