Question :-
PHP Code:
power class ability weapon
Note - The amount of argument in the line will differ , it can go long !
So what i want is to parse the above line , and grab all the data in a dynamic array . Problem is amount of argument in the line is unidentified .
It can be
PHP Code:
power class ability weapon nothing asdjas sdhs zxnxzn
How can i parse this type data which can be parsed unidentified times and push them into dynamic array?