.. page:: titlePage .. class:: centredTitle How do I get started? .. page:: .. class:: centredTitle ``php -v`` .. page:: ``PHP 8.1.0 (cli) (built: Nov 30 2021 07:15:23) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.0, Copyright (c) Zend Technologies`` .. page:: .. class:: centredTitle ``vim index.php`` .. raw:: pdf TextAnnotation "Create a new file called 'index.php' in the text editor of your choice." .. page:: standardPage Your first PHP file =================== .. code-block:: php :linenos: say('something');