Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorCyrre
    • CommentTimeOct 4th 2007 edited
     permalink

    Not a big thing, but its there! :)

    function some($arr1=array(), $arr2=array()) { }
    function some(array(), array()) { }

    Only the second ‘array’ in each will catch color.

    Edit
    function some( ) array()) { }

    Just needs a ) to catch color.