Date: 05/15/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Reply: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, May 16, 2001 at 01:37:51AM +0300, Zeev Suraski wrote:
> >Yes, but this new version will work correctly under Unix-like
> >systems and Windows NT / 2000 systems. Executing system binaries
> >is sloppy for things like this, anyway.
> >
> >Or perhaps I'm missing your point?
>
> I think you were missing the point :) I meant that I think there's no
> need to load kernel32.dll and all that, we can simply call
> GetDiskFreeSpaceEx() directly.
Okay, my lexer wasn't in the correct context when I read your
reply. I follow you now.
I assume you're suggesting an update of both the existing
diskfreespace() and the proposed disktotalspace() functions,
correct?
> BTW, in light of the standard naming convention initiative,
> disktotalspace() is probably a bad name and should be more like
> disk_total_space()...
How do you feel about renaming the existing diskfreespace()
function to disk_free_space() (with an alias for backwards
compatibility)?
-- Jon Parise (jon <email protected>) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Reply: Zeev Suraski: "Re: [PHP-DEV] disktotalspace()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

