2013-08-01, 04:19:27
Easier to read, but you should use $_varname if using inline assignments in the args, as they are still in the global scope and will overwrite any global vars. Or wrap it inside your own function.
Too bad these functions do not take arrays or objs as args.
array(
'tags' => null,
'words' => null,
...
)
Too bad these functions do not take arrays or objs as args.
array(
'tags' => null,
'words' => null,
...
)