note 86080 deleted from function.filesize by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Hazz
Reason: bad code
----
Use the following code instead:
<?php
strlen(file_get_contents('http://www.example.com'));
?>
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Hazz
Reason: bad code
----
Use the following code instead:
<?php
strlen(file_get_contents('http://www.example.com'));
?>