معرفی شرکت ها


php-patchwork-utf8_1.3.1-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

UTF-8 strings handling for PHP
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Focal-20.04
مخزن Ubuntu universe all
نام بسته php-patchwork-utf8
نام فایل بسته php-patchwork-utf8_1.3.1-1_all.deb
نسخه بسته 1.3.1
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/tchwork/utf8
مجوز -
حجم دانلود 287832
حجم نصب 3537
Patchwork UTF-8 provides both a portability layer for mbstring, iconv, and intl Normalizer and grapheme_* functions, and an UTF-8 grapheme clusters aware replica of native string functions. . Patchwork UTF-8 provides pure PHP implementations for mbstring, iconv, and intl. The following set of portability-fallbacks allows an application to run on a server even if one or more of those extensions are not enabled: . * utf8_encode, utf8_decode, * mbstring: mb_check_encoding, mb_convert_case, mb_convert_encoding, mb_convert_variables, mb_decode_mimeheader, mb_detect_encoding, mb_detect_order, mb_encode_mimeheader, mb_encoding_aliases, mb_get_info, mb_http_input, mb_http_output, mb_internal_encoding, mb_language, mb_list_encodings, mb_output_handler, mb_strlen, mb_strpos, mb_strrpos, mb_strtolower, mb_strtoupper, mb_stripos, mb_stristr, mb_strrchr, mb_strrichr, mb_strripos, mb_strstr, mb_strwidth, mb_substitute_character, mb_substr, mb_substr_count, * iconv: iconv, iconv_mime_decode, iconv_mime_decode_headers, iconv_get_encoding, iconv_set_encoding, iconv_mime_encode, ob_iconv_handler, iconv_strlen, iconv_strpos, iconv_strrpos, iconv_substr, * intl: Normalizer, grapheme_extract, grapheme_stripos, grapheme_stristr, grapheme_strlen, grapheme_strpos, grapheme_strripos, grapheme_strrpos, grapheme_strstr, grapheme_substr. . The Patchwork\Utf8 class implements the quasi-complete set of native string functions that need UTF-8 grapheme clusters awareness. Function names, arguments and behavior carefully replicates native PHP string functions. . Some more functions are also provided to help handling UTF-8 strings: * filter(): normalizes to UTF-8 NFC, converting from CP-1252 when needed, * isUtf8(): checks if a string contains well formed UTF-8 data, * toAscii(): generic UTF-8 to ASCII transliteration, * strtocasefold(): unicode transformation for caseless matching, * strtonatfold(): generic case sensitive transformation for collation matching, * strwidth(): computes the width of a string when printed on a terminal, * wrapPath(): unicode filesystem access under Windows and other OSes. . Mirrored string functions are: strlen, substr, strpos, stripos, strrpos, strripos, strstr, stristr, strrchr, strrichr, strtolower, strtoupper, wordwrap, chr, count_chars, ltrim, ord, rtrim, trim, str_ireplace, str_pad, str_shuffle, str_split, str_word_count, strcmp, strnatcmp, strcasecmp, strnatcasecmp, strncasecmp, strncmp, strcspn, strpbrk, strrev, strspn, strtr, substr_compare, substr_count, substr_replace, ucfirst, lcfirst, ucwords, number_format, utf8_encode, utf8_decode, json_decode, filter_input, filter_input_array.


نیازمندی

مقدار نام
- php-common
>= 7.3 libpcre3


نحوه نصب


نصب پکیج deb php-patchwork-utf8:

    sudo apt-get install php-patchwork-utf8_1.3.1-1_all.deb


فایل ها

مسیرها
./usr/share/doc/php-patchwork-utf8/README.md.gz
./usr/share/doc/php-patchwork-utf8/changelog.Debian.gz
./usr/share/doc/php-patchwork-utf8/copyright
./usr/share/php/Normalizer.php
./usr/share/php/Patchwork/PHP/Shim/Iconv.php
./usr/share/php/Patchwork/PHP/Shim/Intl.php
./usr/share/php/Patchwork/PHP/Shim/Mbstring.php
./usr/share/php/Patchwork/PHP/Shim/Normalizer.php
./usr/share/php/Patchwork/PHP/Shim/Xml.php
./usr/share/php/Patchwork/TurkishUtf8.php
./usr/share/php/Patchwork/Utf8/BestFit.php
./usr/share/php/Patchwork/Utf8/Bootup/iconv.php
./usr/share/php/Patchwork/Utf8/Bootup/intl.php
./usr/share/php/Patchwork/Utf8/Bootup/mbstring.php
./usr/share/php/Patchwork/Utf8/Bootup/utf8_encode.php
./usr/share/php/Patchwork/Utf8/Bootup.php
./usr/share/php/Patchwork/Utf8/autoload.php
./usr/share/php/Patchwork/Utf8.php
./usr/share/php/data/Patchwork/charset/from.big5.ser
./usr/share/php/data/Patchwork/charset/from.cp037.ser
./usr/share/php/data/Patchwork/charset/from.cp1006.ser
./usr/share/php/data/Patchwork/charset/from.cp1026.ser
./usr/share/php/data/Patchwork/charset/from.cp424.ser
./usr/share/php/data/Patchwork/charset/from.cp437.ser
./usr/share/php/data/Patchwork/charset/from.cp500.ser
./usr/share/php/data/Patchwork/charset/from.cp737.ser
./usr/share/php/data/Patchwork/charset/from.cp775.ser
./usr/share/php/data/Patchwork/charset/from.cp850.ser
./usr/share/php/data/Patchwork/charset/from.cp852.ser
./usr/share/php/data/Patchwork/charset/from.cp855.ser
./usr/share/php/data/Patchwork/charset/from.cp856.ser
./usr/share/php/data/Patchwork/charset/from.cp857.ser
./usr/share/php/data/Patchwork/charset/from.cp860.ser
./usr/share/php/data/Patchwork/charset/from.cp861.ser
./usr/share/php/data/Patchwork/charset/from.cp862.ser
./usr/share/php/data/Patchwork/charset/from.cp863.ser
./usr/share/php/data/Patchwork/charset/from.cp864.ser
./usr/share/php/data/Patchwork/charset/from.cp865.ser
./usr/share/php/data/Patchwork/charset/from.cp866.ser
./usr/share/php/data/Patchwork/charset/from.cp869.ser
./usr/share/php/data/Patchwork/charset/from.cp874.ser
./usr/share/php/data/Patchwork/charset/from.cp875.ser
./usr/share/php/data/Patchwork/charset/from.cp932.ser
./usr/share/php/data/Patchwork/charset/from.cp936.ser
./usr/share/php/data/Patchwork/charset/from.cp949.ser
./usr/share/php/data/Patchwork/charset/from.cp950.ser
./usr/share/php/data/Patchwork/charset/from.gsm0338.ser
./usr/share/php/data/Patchwork/charset/from.iso-8859-1.ser
./usr/share/php/data/Patchwork/charset/from.iso-8859-10.ser
./usr/share/php/data/Patchwork/charset/from.iso-8859-11.ser
... and 65 more