In other languages such as C# and JavaScript, I am able to access the index of an array with a function call such as
getMyArray()[0]
This would allow me to access the first index of the result instead of passing back the entire array and then setting the result.
However this shortcut does not work with PHP. Is there a way to get this shortcut?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…