Filesize

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Filesize

Post by Shendemiar »

Not a real question, i'm just beeing lazy. (Scale your efforts considering
that)

Does anybody have a ready function to return size of any given file? (Path given as paremeter)
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

yes you are lazy

rtfm! (im just joking)

http://php.net/filesize
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

rehfeld wrote:yes you are lazy

rtfm! (im just joking)

http://php.net/filesize
Heh... damn... :D
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

hey bud let me share a little gem i found on the net somewhere

its a bookmarklet that helps you search php.net

you just click the bookmark, and a javascript opo-up box will appear, and then just type in what your searching for, and php.net will return your results. it saves major time


make a bookmark, and use the following as the location

Code: Select all

javascript:q=document.getSelection();if(!q)void(q=prompt('PHP Reference:',''));if(q)location.href='http://www.php.net/'+escape(q)
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

Exelcent!

How can is do file_exist and filesize over the net?
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

http://www.vihti.fi/lomake/asu_rake/suu ... käsitt.pdf

Can the problem be the special char ä ?

What kind of people put names like that on the net anyway?
Post Reply