PHP

PHP array_shift()

 

array_shift()

配列の先頭の値を取得する。

 

<?php

$array = array('ピカちゅ', 'ニャース', 'ゴースト');
$first_fruit = array_shift($array);

print_r($first_fruit); // ピカちゅ

 

DEMO

 

 

[amazon_link asins=’4865940650,4839964688′ template=’ProductCarousel’ store=’izayoi55-22′ marketplace=’JP’ link_id=’0a9777c8-bf38-46e1-b628-26494e6fc648′]

 

 

[amazon_link asins=’B01FH3KVNU,B07CLLW4MX’ template=’ProductCarousel’ store=’izayoi55-22′ marketplace=’JP’ link_id=’05343e6b-00f6-4abe-8925-d75e5d3f4f0f’]

 

 

Amazonおすすめ

iPad 9世代 2021年最新作

iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)