Tag: php
About
PHP is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
The main implementation is produced by The PHP Group and released under the PHP License. It is considered to be free software by the Free Software Foundation. This implementation serves to define a de facto standard for PHP, as there is no formal specification.
From en.wikipedia.org/wiki/Php
Since a couple of months now, I've been involved with PEAR as a contributor. Contributing to PEAR means adhering to the PEAR Coding Standards. Their standards have actually been thought over, and using them for projects (also outside of PEAR), leads to consistency, and makes it easier for many developers to understand each other's code.
Code can be scanned and checked for conformity using the PHP CodeSniffer package.
It took me a while to get rid...
This is a Javascript version of the PHP function: create_function.
This is a Javascript version of the PHP function: array_walk_recursive.
This is a Javascript version of the PHP function: array_walk.
This is a Javascript version of the PHP function: time.
This is a Javascript version of the PHP function: ksort.
This is a Javascript version of the PHP function: krsort.
In PHP, sessions can keep track of authenticated in users. They are an essential building block in today's websites with big communities and a lot of user activity. Without sessions, everyone would be an anonymous visitor.
In system terms, PHP sessions are little files, stored on the server's disk. But on high traffic sites, the disk I/O involved, and not being able to share sessions between multiple webservers make this default system far from ideal. This is how to enhance PHP session management in terms of performance and shareability.
This is a Javascript version of the PHP function: sort.
This is a Javascript version of the PHP function: rsort.
This is a Javascript version of the PHP function: is_int.
This is a Javascript version of the PHP function: htmlspecialchars_decode.
This is a Javascript version of the PHP function: htmlspecialchars.
This is a Javascript version of the PHP function: array.
This is a Javascript version of the PHP function: dirname.
This is a Javascript version of the PHP function: var_export.
This is a Javascript version of the PHP function: strchr.
This is a Javascript version of the PHP function: urlencode.
This is a Javascript version of the PHP function: urldecode.
This is a Javascript version of the PHP function: sizeof.
This is a Javascript version of the PHP function: round.
Hello good people. Our little project is going strong and thanks to Felix Geisendörfer there are a couple of new developments that I want to share with you. I'll limit this article to SVN though.
This is a Javascript version of the PHP function: long2ip.
This is a Javascript version of the PHP function: ip2long.
This is a Javascript version of the PHP function: echo.
Thanks to a lot of extra effort by Michael White (http://crestidg.com) there now is a namespaced version of PHP.JS available for your coding pleasure.
article is not ready for publishing yet