Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Possible Duplicate:
Get first element of an arrayGet first element of an array

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

Possible Duplicate:
Get first element of an array

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

Possible Duplicate:
Get first element of an array

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

insert duplicate link
Source Link

Possible Duplicate:
Get first element of an array

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

Possible Duplicate:
Get first element of an array

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.

Post Closed as "exact duplicate" by Lightness Races in Orbit, Kris, fresskoma, Aaron W., Jocelyn
Source Link
LostPhysx
  • 3.7k
  • 9
  • 45
  • 75

What is the fastest way to get the first item of an array?

What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.