PHP5で追加された関数

調べてみたよ。ソースはPHP5 rc3 添付のnews.txt。

説明がついていないけど名前で想像できるものや、説明があるものもある。

  • dba_key_split()
  • time_nanosleep()
  • headers_list()
  • php_strip_whitespace()
  • php_check_syntax()
  • image_type_to_extension()
  • stream_socket_sendto()
  • stream_socket_recvfrom()
  • iconv_mime_decode_headers()
  • get_declared_interfaces()
  • sqlite_fetch_column_types()
  • setrawcookie()
  • pg_version()
  • dbase_get_header_info()
  • snmp_read_mib()
  • http_build_query()
  • ftp_alloc()
  • array_udiff()
  • array_udiff_assoc()
  • array_udiff_uassoc()
  • array_diff_uassoc()
  • convert_uuencode()
  • convert_uudecode()
  • substr_compare()
  • pcntl_wait(
iconv_strlen()
iconv対応 strlen()
iconv_substr()
iconv対応 substr()
iconv_strpos()
iconv対応 strpos()
iconv_strrpos()
iconv対応 strrpos()
iconv_mime_decode()
iconv対応 mime_decode()
iconv_mime_encode()
iconv対応 mime_encode()
ldap_sasl_bind()
未調査
imap_getacl()
未調査
file_put_contents()
未調査
proc_nice()
現在プロセスのプライオリティを変更する
pcntl_getpriority()
未調査
pcntl_setpriority()
未調査
idate()
未調査
date_sunrise()
未調査
date_sunset()
未調査
strpbrk()
Searches a string for a list of characters.
get_headers()
サーバから返されたヘッダを取得する
str_split()
Breaks down a string into an array of elements based on length.
array_walk_recursive()
未調査
array_combine()
未調査