Pelzini

This is the code documentation for the Pelzini project

function fix_magic_quotes()

Fixes all magically quoted strings in the given array or string

Usage

mixed fix_magic_quotes ( mixed &$item );

Authors

Arguments

  1. mixed $item (by reference)
    &$item The string or array in which to fix magic quotes

Return value

  • mixed
    The resultant string or array