Question of array_slice() function in php?

  • Thread starter Thread starter Tony Y
  • Start date Start date
T

Tony Y

Guest
array_slice() function has four parameters. If I want to use the first, second and forth parameter but do not use the third parameter, how can I achieve this goal?
 
Back
Top