Глава 40: черновик

This commit is contained in:
Igor Simdyanov
2022-06-05 11:34:03 +03:00
parent 3a981a54dc
commit 10b9c5a472
2 changed files with 7 additions and 0 deletions

4
extensions/precision.php Normal file
View File

@ -0,0 +1,4 @@
<?php
echo 10.23456;
echo '<br />';
echo 10.23456E+20;

3
extensions/session.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo 'Hello, world!';
session_start();