Efficiently detect corrupted jpeg file?
Is there an efficient way of detecting if a jpeg file is corrupted? Background info: solutions needs to work from with...
Latest news, tutorials, and updates from the PHP community
8455 articles available
Is there an efficient way of detecting if a jpeg file is corrupted? Background info: solutions needs to work from with...
At the team with which I work, we have an old codebase using PHP's ibase_* functions all over the code to communicate wi...
How can I change a file's extension using PHP? Ex: photo.jpg to photo.exe
What's the easiest way to get the UTC offset in PHP, relative to the current (system) timezone?
Is there a PHP function to find out the name of the caller function in a given function?
This is what I'd like to do, but it doesn't seem possible: (edit: changed single to double quotes) [Code Block] It gives...
This is what I'd like to do, but it doesn't seem possible: (edit: changed single to double quotes) [Code Block] It gives...
PHP treats all arrays as associative, so there aren't any built in functions. Can anyone recommend a fairly efficient wa...
I'm attempting to do an AJAX call that will initiate a fairly long process. I'd like PHP to simply send a response indic...
So I'm writing a framework on which I want to base a few apps that I'm working on (the framework is there so I have an e...
Who here is using WASP (http://wasp.sourceforge.net/content/) to in real world applications? What impressions do you hav...
What kind of performance implications are there to consider when using try-catch statements in php 5? I've read some old...
Showing 8437 to 8448 of 8455 articles