これからソースコードを貼り付けていく上でシンタックスハイライトが
無いと嫌なので導入。
あなたのソースコードを彩る、Syntax Highlighterまとめ
上記の中から以下を選択。
google-code-prettify - Google製コードハイライト表示JavaScriptライブラリ
上記のサイトを参考にして導入してみた。
試しにPHPマニュアルのオブジェクト定数のところのソースコードを張ってみる
結果はこちら!!!
無いと嫌なので導入。
あなたのソースコードを彩る、Syntax Highlighterまとめ
上記の中から以下を選択。
google-code-prettify - Google製コードハイライト表示JavaScriptライブラリ
上記のサイトを参考にして導入してみた。
試しにPHPマニュアルのオブジェクト定数のところのソースコードを張ってみる
結果はこちら!!!
class MyClass { const constant = 'constant value'; function showConstant() { echo self::constant . "\n"; } } echo MyClass::constant . "\n"; $classname = "MyClass"; echo $classname::constant . "\n"; // PHP 5.3.0 以降で対応 $class = new MyClass(); $class->showConstant(); echo $class::constant."\n"; // PHP 5.3.0 以降で対応きれいに表示できました。
She felt that he was secure, that he was by her face, she undoubtedly felt that he liked her, that they studied each other, but she was nevertheless rather unable of giving anything similar to a reason for just what had passed.