Blog posts tagged "php"
cURL Error 26: Failed to open/read local data from file/application
Last night I was battling against cURL Error 26: "Failed to open/read local data from file/application" and eventually found a very simple solution...
# Permalink Posted on Tue 26th August, 2008 in with 5 comments
PHP: Late Static Bindings
New to PHP 5.3.0 will be late static bindings. Currently you can use the self keyword in PHP to access static methods of the current class, the new static keyword allows you to access static methods through the inheritance tree.
# Permalink Posted on Wed 23rd January, 2008 in with no comments
Showing 1 to 2 of 2