mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-01 10:42:45 +02:00
Fix a bunch of typos
This commit is contained in:
@@ -119,7 +119,7 @@ echo 'Multiple', 'Parameters', 'Valid';
|
||||
define("FOO", "something");
|
||||
|
||||
// 定義した名前をそのまま($はつけずに)使用することで、定数にアクセスできます
|
||||
// access to a constant is possible by direct using the choosen name
|
||||
// access to a constant is possible by direct using the chosen name
|
||||
echo 'This outputs '.FOO;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user