Video Chapters (table of content with clickable links into a specific part of the video)
00:00 Introduction about the video content
00:42 Prerequisites (you should have some programming skills in at least some language)
01:05 Command prompt (showing the PHP version, creates new directory, starts Visual Studio Code)
01:43 Creates a PHP file with a "Hello World" script
02:39 Executes "Hello World"
02:53 Replaces the implementation with code receiving arguments from the command line and the keyboard
10:14 Executes the program receiving arguments from the command line and the keyboard
Please note that you can choose to show english subtitles for the videos.
Currently (when this video was published) there are not many videos in the below playlists but please remember to subscribe to this channel if you think you are interested in future videos which will become added to the play lists.
Playlists for "Program arguments from command line and keyboard input" for different programming languages:
Playlist for the videos with english voice and english subtitles:
• Program arguments from command line a...
Playlist for the videos with swedish voice and swedish subtitles:
• Program argument från kommandoraden o...
PHP playlist (english):
• PHP - Command line arguments and user...
PHP playlist (swedish):
• PHP - Program argument från kommandor...
PHP
https://www.php.net
https://en.wikipedia.org/wiki/PHP
PHP tag "?php" in the beginning of a PHP file
https://www.php.net/manual/en/languag...
$argv (array with program arguments)
https://www.php.net/manual/en/reserve...
Function 'print'
https://www.php.net/manual/en/functio...
Function 'array_slice'
https://www.php.net/manual/en/functio...
Function 'array_filter'
https://www.php.net/manual/en/functio...
Callbacks (used for example as argument to the above function 'array_filter')
https://www.php.net/manual/en/languag...
Arrow Functions 'fn'
https://www.php.net/manual/en/functio...
'foreach' loop
https://www.php.net/manual/en/control...
'for' loop
https://www.php.net/manual/en/control...
Function 'count'
https://www.php.net/manual/en/functio...
Function 'readline'
https://www.php.net/manual/en/functio...
Function 'fgets'
https://www.php.net/manual/en/functio...
'STDIN' opened input stream
https://www.php.net/manual/en/feature...
Function 'trim'
https://www.php.net/manual/en/functio...
Watch video PHP - Command line arguments and user keyboard input online without registration, duration hours minute second in high quality. This video was added by user Multilingual Programming 14 April 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 472 once and liked it like people.