any way to unshift a key=>value pair?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Stearns

    any way to unshift a key=>value pair?

    Unshift only takes values, as I read it. I have a real need to Unshift
    key=>value pairs. Help.
  • Andy Hassall

    #2
    Re: any way to unshift a key=>value pair?

    On Wed, 06 Jul 2005 15:51:52 -0400, Bob Stearns <rstearns1241@c harter.net>
    wrote:
    [color=blue]
    >Unshift only takes values, as I read it. I have a real need to Unshift
    >key=>value pairs. Help.[/color]

    The user notes on http://www.php.net/manual/en/function.array-unshift.php have
    some suggestions.

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    Working...