プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
예 5. Convert HTML to text
It will also convert some / / common HTML entities to their text equivalent. $search = array ("'script[^ ]*? .*? / script'si", / / Strip out javascript"' [\ /\ !]* ?[^ ]*? 'si", / / Strip out html tags "'([\r\n])[\s]+'", / / Strip out white space "'(quot_BAR_#34) ;'i", / / Replace html entities"' (amp_BAR_#38) ;'i", "'(lt_BAR_#60) ;'i","' (gt_BAR_#62) ;'i", "'(nbsp_BAR_#160) ;'i","' (iexcl_BAR_#161) ;'i", "'(cent_BAR_#162) ;'i","' (pound_BAR_#163) ;'i", "'(copy_BAR_#169) ;'i","' #(\d+) ;'e"); / / evaluate as php $replace = array ("", "", "\\1", "\"", "", "", "", "", chr(161), chr(162), chr(163), chr(169), "chr(\\1)"); $text = preg_replace ($search, $replace, $document);
最終更新: 2011-10-24
使用頻度: 1
品質:
警告:見えない HTML フォーマットが含まれています
Convert HTML to well- formed XML
Convert HTML to well-formed XML
最終更新: 2011-10-23
使用頻度: 1
品質:
Convert HTML to well- formed XHTML
Convert HTML to well-formed XHTML
最終更新: 2011-10-23
使用頻度: 1
品質:
array is array specifies code area to convert.
array is array specifies code area to convert.
最終更新: 2011-10-24
使用頻度: 1
品質:
array is array to specifies code area to convert.
encoding is character encoding.
最終更新: 2011-10-24
使用頻度: 1
品質:
This function allows to convert GMP number to integer.
This function allows to convert GMP number to integer.
最終更新: 2011-10-24
使用頻度: 1
品質:
ODBC_BINMODE_CONVERT: Convert to char and return
Convert to char and return
最終更新: 2011-10-24
使用頻度: 1
品質:
pg_convert() check and convert assoc_array suitable for SQL statement.
pg_convert() check and convert assoc_array suitable for SQL statement.
最終更新: 2011-10-24
使用頻度: 1
品質:
Convert numeric string reference of string str in specified block to character. It returns converted string.
It returns converted string.
最終更新: 2011-10-24
使用頻度: 1
品質:
Convert GMP number to string representation in base base. The default base is 10. Allowed values for the base are from 2 to 36.
Allowed values for the base are from 2 to 36.
最終更新: 2011-10-24
使用頻度: 1
品質:
Returns a string containing a month name. mode tells this function which calendar to convert the Julian Day Count to, and what type of month names are to be returned.
Returns a string containing a month name. mode tells this function which calendar to convert the Julian Day Count to, and what type of month names are to be returned.
最終更新: 2011-10-24
使用頻度: 1
品質:
Return the numeric effective user ID of the current process. See also posix_getpwuid() for information on how to convert this into a useable username.
See also posix_getpwuid() for information on how to convert this into a useable username.
最終更新: 2011-10-24
使用頻度: 1
品質:
Return the numeric real user ID of the current process. See also posix_getpwuid() for information on how to convert this into a useable username.
See also posix_getpwuid() for information on how to convert this into a useable username.
最終更新: 2011-10-24
使用頻度: 1
品質:
Return the numeric effective group ID of the current process. See also posix_getgrgid() for information on how to convert this into a useable group name.
See also posix_getgrgid() for information on how to convert this into a useable group name.
最終更新: 2011-10-24
使用頻度: 1
品質:
Return the numeric real group ID of the current process. See also posix_getgrgid() for information on how to convert this into a useable group name.
See also posix_getgrgid() for information on how to convert this into a useable group name.
最終更新: 2011-10-24
使用頻度: 1
品質:
These routines only convert dates in years 1 through 14 (Gregorian dates 22 September 1792 through 22 September 1806). This more than covers the period when the calendar was in use.
This more than covers the period when the calendar was in use.
最終更新: 2011-10-24
使用頻度: 1
品質:
HTTP input/output character encoding conversion may convert binary data also. Users are supposed to control character encoding conversion if binary data is used for HTTP input/output.
Change default_charset according to character encoding.
最終更新: 2011-10-24
使用頻度: 1
品質:
Returns an array of integers containing the numeric group ids of the group set of the current process. See also posix_getgrgid() for information on how to convert this into useable group names.
See also posix_getgrgid() for information on how to convert this into useable group names.
最終更新: 2011-10-24
使用頻度: 1
品質:
\<bookmark_value\>유로; 변환\</bookmark_value\>\<bookmark_value\>CONVERT 함수\</bookmark_value\>
\<bookmark_value\>Euro; converting in\</bookmark_value\>\<bookmark_value\>CONVERT function\</bookmark_value\>
By contrast to strtoupper(), 'alphabetic' is determined by the Unicode character properties. Thus the behaviour of this function is not affected by locale settings and it can convert any characters that have 'alphabetic' property, such as a-umlaut (ä).
For more information about the Unicode properties, please see http: / /www.unicode.org / unicode / reports / tr21 /.