Php list collection rotation array

for example:

Collection: [["1"], ["1", "2"]

excuse me, how can I convert to an array that php can use?

Aug.27,2021

php5.3 and previous versions cannot use square brackets to define arrays, but since 5.3, they can be used to define arrays, so [["1"], ["1", "2"] are all arrays after php5.3

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bfe4-2c2e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bfe4-2c2e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?