array python to php -
I have to translate a Python code to phyp, but I do not know how this Python code works in php I do not know what the colon is between: "[] between:
dec = data_ar [4: len (data_ar)] Thanks
This is just so, so I think what you want:
Array_slice ($ data_ar, 4);
Comments
Post a Comment