| PHP Manuál | ||
|---|---|---|
| Predchádzajúci | Nasledujúci | |
convert_uuencode() encodes a string using the uuencode algorithm.
Uuencode translates all strings (including binary's ones) into printable characters, making them safe for network transmissions. Uuencoded data is about 35% larger than the original.
See also convert_uudecode() and base64_encode().
| Predchádzajúci | Domov | Nasledujúci |
| convert_uudecode | Hore | count_chars |