|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-11-11 19:24 UTC] joey at cvs dot php dot net
[2000-04-06 12:36 UTC] sterling at cvs dot php dot net
[2026-04-23 14:35 UTC] git@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 23:00:01 2026 UTC |
using pack: packed_string = pack("u","The result should be uuencoded"); The above does not work as "u" is not an option in pack. It is however an option in perl. The documentation for pack and unpack claim that PHP supports all perl options for these functions. It doesn't appear to work for me. (compiled with apache, imap and mysql)