Parsing domain from a URL
I need to build a function which parses the domain from a URL. So, with [Code Block] or [Code Block] it should return `g...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I need to build a function which parses the domain from a URL. So, with [Code Block] or [Code Block] it should return `g...
Say i have this PHP code: [Code Block] i then need a function like this: [Code Block] which prints: [Code Block] Any Ide...
Can someone explain how PHP implements associative arrays? What underlying data structure does PHP use? Does PHP hash th...
I have Slackware 12.1 and wish to try out Eclipse for PHP/HTML/JavaScript development. However, it seems I'm facing myri...
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...
Showing 8461 to 8472 of 8483 articles