Nerede PHP için tüm multi-byte fonksiyonları tam bir listesini alabilirsiniz?

3 Cevap php

Nerede PHP için tüm multi-byte fonksiyonları tam bir listesini alabilirsiniz? Benim uygulama geçmesi ve yeni mb işlevlerine olmayan MB dize işlevlerini geçmek gerekir.

3 Cevap

Ve için sorunun bir parçası "ve yeni mb fonksiyonları olmayan MB dize işlevlerini geçiş": Siz ilginizi çekebilir http://php.net/mbstring.overload:

mbstring supports a 'function overloading' feature which enables you to add multibyte awareness to such an application without code modification by overloading multibyte counterparts on the standard string functions. For example, mb_substr() is called instead of substr() if function overloading is enabled. This feature makes it easy to port applications that only support single-byte encodings to a multibyte environment in many cases.

You could use libraries that extends the main multibyte functions, like:
http://code.google.com/p/mbfunctions/

Mb_trim veya mb_strtr için, yani.