Class

Arrays

Package: Util Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2010 02 25 Located at: util/Arrays.class.php
Methods summary
public static mixed
# find( mixed $key, array $values, mixed $default = null )

searches for $key in $values keys and returns the associated value. If it doesn't exist, it will return the $default value if it is not null. Otherwise a TokenNotFoundException will be thrown

public static
# remove_key( $key, array & $values )