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
IDs are often numbers. Unfortunately there are only 10 digits to work with, so if you have a lot of records, IDs tend to get very lengthy. For computers that's OK. But human beings like their IDs as short as possible. So how can we make IDs shorter? Well, we could borrow characters from the alphabet as have them pose as additional numbers.... Alphabet to the rescue!
This is a Javascript version of the PHP function: var_dump.
This is a Javascript version of the PHP function: is_unicode.
This is a Javascript version of the PHP function: is_resource.
This is a Javascript version of the PHP function: is_buffer.
This is a Javascript version of the PHP function: is_binary.
This is a Javascript version of the PHP function: get_resource_type.
This is a Javascript version of the PHP function: substr_replace.
This is a Javascript version of the PHP function: substr_compare.
This is a Javascript version of the PHP function: strcoll.
This is a Javascript version of the PHP function: str_word_count.
This is a Javascript version of the PHP function: str_getcsv.
This is a Javascript version of the PHP function: quoted_printable_encode.
This is a Javascript version of the PHP function: quoted_printable_decode.
This is a Javascript version of the PHP function: nl_langinfo.
This is a Javascript version of the PHP function: localeconv.
This is a Javascript version of the PHP function: convert_uuencode.
This is a Javascript version of the PHP function: runkit_superglobals.
This is a Javascript version of the PHP function: runkit_method_remove.
This is a Javascript version of the PHP function: runkit_method_rename.
This is a Javascript version of the PHP function: runkit_method_redefine.
This is a Javascript version of the PHP function: runkit_method_copy.
This is a Javascript version of the PHP function: runkit_method_add.
This is a Javascript version of the PHP function: runkit_import.
This is a Javascript version of the PHP function: runkit_function_rename.
This is a Javascript version of the PHP function: runkit_function_remove.
This is a Javascript version of the PHP function: runkit_function_redefine.
This is a Javascript version of the PHP function: runkit_function_copy.
This is a Javascript version of the PHP function: runkit_function_add.
This is a Javascript version of the PHP function: runkit_class_adopt.
This is a Javascript version of the PHP function: runkit_class_emancipate.
This is a Javascript version of the PHP function: sql_regcase.
This is a Javascript version of the PHP function: deaggregate.
This is a Javascript version of the PHP function: preg_grep.
This is a Javascript version of the PHP function: aggregation_info.
This is a Javascript version of the PHP function: aggregate_properties_by_regexp.
This is a Javascript version of the PHP function: aggregate_properties_by_list.
This is a Javascript version of the PHP function: aggregate_properties.
This is a Javascript version of the PHP function: aggregate_methods_by_regexp.
This is a Javascript version of the PHP function: aggregate_methods_by_list.
This is a Javascript version of the PHP function: aggregate_methods.
This is a Javascript version of the PHP function: aggregate_info.
This is a Javascript version of the PHP function: aggregate.
This is a Javascript version of the PHP function: gopher_parsedir.
This is a Javascript version of the PHP function: uniqid.
This is a Javascript version of the PHP function: log1p.
This is a Javascript version of the PHP function: expm1.
This is a Javascript version of the PHP function: atan2.
This is a Javascript version of the PHP function: set_time_limit.
This is a Javascript version of the PHP function: phpversion.
This is a Javascript version of the PHP function: php_ini_scanned_files.
This is a Javascript version of the PHP function: php_ini_loaded_file.
This is a Javascript version of the PHP function: ini_set.
This is a Javascript version of the PHP function: ini_restore.
This is a Javascript version of the PHP function: ini_get_all.
This is a Javascript version of the PHP function: ini_get.
This is a Javascript version of the PHP function: ini_alter.
This is a Javascript version of the PHP function: getlastmod.
This is a Javascript version of the PHP function: get_required_files.
This is a Javascript version of the PHP function: get_defined_constants.
This is a Javascript version of the PHP function: get_cfg_var.
This is a Javascript version of the PHP function: assert_options.
This is a Javascript version of the PHP function: assert.
This is a Javascript version of the PHP function: register_shutdown_function.
This is a Javascript version of the PHP function: rewind.
This is a Javascript version of the PHP function: realpath.
This is a Javascript version of the PHP function: readfile.
This is a Javascript version of the PHP function: popen.
This is a Javascript version of the PHP function: pclose.
This is a Javascript version of the PHP function: ftell.
This is a Javascript version of the PHP function: fseek.
This is a Javascript version of the PHP function: fread.
This is a Javascript version of the PHP function: fpassthru.
This is a Javascript version of the PHP function: fopen.
This is a Javascript version of the PHP function: filemtime.
This is a Javascript version of the PHP function: fgetss.
This is a Javascript version of the PHP function: fgets.
This is a Javascript version of the PHP function: fgetcsv.
This is a Javascript version of the PHP function: fgetc.
This is a Javascript version of the PHP function: feof.
This is a Javascript version of the PHP function: fclose.
This is a Javascript version of the PHP function: set_exception_handler.
This is a Javascript version of the PHP function: restore_exception_handler.
This is a Javascript version of the PHP function: idate.
This is a Javascript version of the PHP function: gmstrftime.
This is a Javascript version of the PHP function: gmmktime.
This is a Javascript version of the PHP function: gettimeofday.
This is a Javascript version of the PHP function: date_parse.
This is a Javascript version of the PHP function: ctype_xdigit.
This is a Javascript version of the PHP function: ctype_upper.
This is a Javascript version of the PHP function: ctype_space.
This is a Javascript version of the PHP function: ctype_punct.
This is a Javascript version of the PHP function: ctype_print.
This is a Javascript version of the PHP function: ctype_lower.
This is a Javascript version of the PHP function: ctype_graph.
This is a Javascript version of the PHP function: ctype_digit.
This is a Javascript version of the PHP function: ctype_cntrl.
This is a Javascript version of the PHP function: ctype_alnum.
This is a Javascript version of the PHP function: ctype_alpha.
This is a Javascript version of the PHP function: classkit_method_rename.
This is a Javascript version of the PHP function: classkit_method_redefine.
This is a Javascript version of the PHP function: classkit_method_remove.
This is a Javascript version of the PHP function: classkit_method_copy.
This is a Javascript version of the PHP function: classkit_method_add.
This is a Javascript version of the PHP function: classkit_import.
This is a Javascript version of the PHP function: array_multisort.
Sometimes MySQL needs to work hard. I've been working on an import script that fires a lot of INSERTs. Normally our database server handles 1,000 inserts / sec. That wasn't enough. So I went looking for methods to improve the speed of MySQL inserts and was finally able to increase this number to 28,000 inserts per second. Checkout my late night benchmarking adventures.
Sorry folks, this article was based on flawed benchmark results, I will soon post an update!
This is a Javascript version of the PHP function: setlocale.
This is a Javascript version of the PHP function: putenv.
This is a Javascript version of the PHP function: getenv.
This is a Javascript version of the PHP function: strftime.
This is a Javascript version of the PHP function: localtime.
This is a Javascript version of the PHP function: gmdate.
This is a Javascript version of the PHP function: date_default_timezone_set.
This is a Javascript version of the PHP function: date_default_timezone_get.
This is a Javascript version of the PHP function: timezone_identifiers_list.
If you've written a PEAR package, it's probably a good idea to submit some end user documentation. Here's how to do it.
article is not ready for publishing yet