Share

PHP Xindice Toolkit

Subscribe

Warning: array_key_exists() Error

You are viewing a single message from this topic. View all messages.

  1. 2003-04-29 13:25:08 UTC
    In the PHP Manual, I found the documentation of array_key_exists, and it says:

    > array_key_exists
    >
    > (PHP 4 >= 4.1.0)
    ...
    > Note: The name of this function is key_exists() in PHP version 4.0.6.

    So maybe we'll both need to upgrade or do this ;-)

    perl -p -i -e 's/array_key_exists/key_exists/' *.php
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.