Most Referenced Functions
  » google_pagerank()
  » preg_replace()
  » imagecreatefrompng()
  » site_pageranks()
  » imagepng()
  » imagedestroy()
  » imagestring()
  » imagecolorallocate()
  » htmlentities()
  » fopen()
  » preg_match()
  » header()
  » getimagesize()
  » htmlspecialchars()
  » ob_start()
  » session_start()
  » strstr()
  » ob_flush()
  » preg_match_all()
  » strpos()
  » flush()
  » setcookie()
  » str_replace()
  » array2vars()
  » nl2br()
  » preg_split()
  » ereg()
  » urlencode()
  » ereg_replace()
  » readgzfile()

Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m.

PHP Functions

Function: rename_function

(PECL)

rename_function -- Renames orig_name to new_name in the global function_table

Description

bool rename_function ( string original_name, string new_name )

Renames orig_name to new_name in the global function_table. Useful for temporarily overriding builtin functions.

Example 1. rename_function() example

<?php
rename_function('mysql_connect', 'debug_mysql_connect' );
?>

III. Array Functions

Introduction

These functions allow you to interact with and manipulate arrays in various ways. Arrays are essential for storing, managing, and operating on sets of variables.

Simple and multi-dimensional arrays are supported, and may be either user created or created by another function. There are specific database handling functions for populating arrays from database queries, and several functions return arrays.

Please see the Arrays section of the manual for a detailed explanation of how arrays are implemented and used in PHP.

Related Function(s)

  • array_change_key_case()
  • array_multisort()
  • is_array()
  • explode()
  • implode()
  • split()
  • preg_split()
  • unset()
  • array_chunk()
  • array_combine()
  • array_count_values()
  • array_diff_assoc()
  • array_diff_key()
  • array_diff_uassoc()
  • array_diff_ukey()
  • array_diff()
  • array_fill()
  • array_filter()
  • array_flip()
  • array_intersect_assoc()
  • array_intersect_key()
  • array_intersect_uassoc()
  • array_intersect_ukey()
  • array_intersect()
  • array_key_exists()
  • array_keys()
  • array_map()
  • array_merge_recursive()
  • array_merge()
  • array_pad()
  • array_pop()
  • array_product()
  • array_push()
  • array_rand()
  • array_reduce()
  • array_reverse()
  • array_search()
  • array_shift()
  • array_slice()
  • array_splice()
  • array_sum()
  • array_udiff_assoc()
  • array_udiff_uassoc()
  • array_udiff()
  • array_uintersect_assoc()
  • array_uintersect_uassoc()
  • array_uintersect()
  • array_unique()
  • array_unshift()
  • array_values()
  • array_walk_recursive()
  • array_walk()
  • array()
  • arsort()
  • asort()
  • compact()
  • count()
  • current()
  • each()
  • end()
  • extract()
  • in_array()
  • key()
  • krsort()
  • ksort()
  • list()
  • natcasesort()
  • natsort()
  • next()
  • pos()
  • prev()
  • range()
  • reset()
  • rsort()
  • shuffle()
  • sizeof()
  • sort()
  • uasort()
  • uksort()
  • usort()
  • Icemelon -- PHP, CSS, Javascript Tutorials, & More!
      © 2005-2010 Icemelon.com   Email: dave[AT]icemelon[D0T]c0m