Logo Knowledge Base
Search Books Log in
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

26 total results found

Performance of array_shift and array_pop in PHP

Programming and Web Development PHP

We have confirmed that array_shift is much slower than array_pop in PHP.Code:<?// Create an ar...

PHP ODBC Setup Guide

Programming and Web Development PHP

Guide to setting up php-odbc for connection to Registrar database. Example for RedHat EL 5.Create...

Suspendable Requests for LAMP systems?

Programming and Web Development

The traditional way of handling dynamically-generated Web content is to have the Web server use m...

Common Moodle programming mistakes

CCLE and Moodle Development

Feel free to add to this list.Error handling of get_records() and its variants (e.g. get_records_...

PHP Client can break `less`

MacOS, Windows, and Linux Linux and Unix

When you do php through command line (i.e. `php somescript.php`) and you pipe it to less (i.e. `p...

Mac OS X - Local Web Development Environment Setup

Programming and Web Development

My name is Alex Podobas and I’m a member of the UCLA IT Security Office. My IT security work at U...

Back to top