How to pass arrays as arguments in another file through exec() function of php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

10th Jul 2019, 7:00 AM
Chetali Shah
Chetali Shah - avatar
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?
12th Jul 2019, 4:27 AM
Chetali Shah
Chetali Shah - avatar
+ 2
I am not too familiar with Php but in C, you can only use pointer values for parameters involving complex datastructs
12th Jul 2019, 4:20 AM
Da2
Da2 - avatar
+ 2
Try Github
12th Jul 2019, 4:28 AM
Da2
Da2 - avatar