Posts: 50
Threads: 11
Joined: Feb 2017
Reputation:
0
Is there any other way to get params from CMD: without using sscanf2?
Posts: 743
Threads: 49
Joined: May 2014
Reputation:
0
params[0] params[1] etc.
sscanf is the recommended method though.
Posts: 240
Threads: 5
Joined: Nov 2017
PHP код:
if(isnull(params))
why would you not use sscanf?