UTC Offset in PHP
What's the easiest way to get the UTC offset in PHP, relative to the current (system) timezone?
Latest news, tutorials, and updates from the PHP community
8596 articles available
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...
What is the difference between `==` and `===`? How exactly does the loosely `==` comparison work? How exactly does the s...
If user input is inserted without modification into an SQL query, then the application becomes vulnerable to SQL injecti...
I'm pretty sure the answer to this question is no, but in case there's some PHP guru is it possible to write a function ...
Showing 8581 to 8592 of 8596 articles