(PHP 4)
php_uuinitialize -- Initializes the library.
int php_uuinitialize ()
This function initializes the library and must be called before any other decoding or encoding function
(except before php_quick_uudecode and php_quick_uuencode which call it internally).
During initialization, several arrays are allocated. If memory is exhausted, UURET_NOMEM is returned,
otherwise the initialization will return successfully with UURET_OK.