• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ldap_t61_to_8859()

    (PHP 4 >= 4.0.2, PHP 5, PHP 7)

    Translate t61 characters to 8859 characters

    说明

    ldap_t61_to_8859(string $value): string
    Warning

    本函数还未编写文档,仅有参数列表。

    Indeed, utf is the way to go as soon as you use non-english text, if you required portability. Don't forget to utf5_encode either.
    The t61_8859 functions seem to be deprecated.
    This function doesn't appear to exist in PHP 7 even though the docs say it's in PHP 7

    上篇:ldap_start_tls()

    下篇:ldap_unbind()