+ 2
How to pass arrays as arguments in another file through exec() function of php?
I want to pass array to a R file using exec() function of php. Excel sheet was converted into array and now I need to pass it to a R file using exec() function.
3 Answers
+ 5
I know in C pointers and data structure are used but I am not sure about php. Is there any other method apart from using pointers?
+ 2
I am not too familiar with Php but in C, you can only use pointer values for parameters involving complex datastructs
+ 2
Try Github