Alright found it.  it is base_convert, just use ...

--snip--
echo base_convert($filename,8,10);
--snip--

Cheer!


"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What's the function for converting it to base 8 ???
>
> Thanks!!!!
>
> "Roger B.A. Klorese" <[EMAIL PROTECTED]> wrote in message
>
news:[EMAIL PROTECTED]
> > > Um, not sure what this meant with the fileperms() function.
> > > I have file
> > > permission as "-rw-r--r--" or "644" and when using hte
> > > fileperms() funciton,
> > > it spitted a result as "33188".  If you know what it is then
> > > I'm all ear!
> >
> > 33188 (base 10) == 0x100644 (base 8).

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to