喝醉了
PHP: array_push - Manual - PHP: Hypertext Preprocessor 有個傢伙喝個爛醉後開車回家,途中被一台警車攔下警察要測他酒精,他卻吐了警察一身。 隨後路旁發生了車禍,這個警察就跑去處理,要他乖乖站在原地。 他想:「我幹嘛要聽你的。」就開車回去了 第二天中午,那個警察跑過來找他說:「先生,昨天你酒醉駕駛。」 array_push() treats array as a stack, and pushes the passed variables onto the end of array. The length of array increases by the number of variables pushed. ... If you're going to use array_push() to insert a "$key" => "$value" pair into an array, it can...
全文閱讀