Jump to content

print highest index


dotkpay

Recommended Posts

Hello,

Supposing I have a list of array variables as follows;

 

$car[0] = "saloon";

$car[1] = "coupe";

$car[2] = "suv";

$car[3] = "truck";

 

How do I get the value of the highest index which is $car[3] i.e. how do I get to echo the string "truck". If I use the array function 'max', it will give me the string "saloon" because it is the longest with 6 characters.

 

echo max($car); // echoes saloon

 

Could anyone show me how to echo "truck" in a similar way, which actually means employing a function that gets the highest index and not the one with the longest string.

 

Thanks in advance

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.