mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-15 23:31:10 +00:00
Глава 40: черновик
This commit is contained in:
4
extensions/precision.php
Normal file
4
extensions/precision.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
echo 10.23456;
|
||||
echo '<br />';
|
||||
echo 10.23456E+20;
|
3
extensions/session.php
Normal file
3
extensions/session.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
echo 'Hello, world!';
|
||||
session_start();
|
Reference in New Issue
Block a user