The server timestamp is: %s", $result);
?>
This returns something similar to the following:
The server timestamp is: Sun Mar 3 15:32:14 EDT 2007
The backtick operator is operationally identical to the shell_exec() function,
introduced next.
308 CHAPTER 10 ?– WORKING WITH THE FI LE AND OPERATING SYSTEM
An Alternative to Backticks
The shell_exec() function offers a syntactical alternative to backticks, executing a
shell command and returning the output.
Pages:
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382