mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
@@ -451,7 +451,7 @@ $value = include 'my-include.php';
|
||||
|
||||
class MyClass
|
||||
{
|
||||
const MY_CONST = 'value'; // A constant
|
||||
const MY_CONST = 'value'; // Константа
|
||||
|
||||
static $staticVar = 'static';
|
||||
|
||||
|
Reference in New Issue
Block a user