2008-06-01から1ヶ月間の記事一覧

SGML/XML処理命令, PHP short_open_tag on / off

SGML 処理指令 = pio, システムデータ, pic ―(44) システムデータ = 文字データ ―(45) SGMLsec7_0.html, Latest updated 1998.01.19 <title></title><p></p> XML [16] PI ::= '' Char*)))? '?>' [17] PITarget ::= Name - (('X' | 'x…

Number dot

1. // => 1 1.toFixed(2) // 1. toFixed(2) => syntax error (1).toFixed(2) // (1) . toFixed(2) 1 .toFixed(2) // 1 . toFixed(2) 1..toFixed(2) // 1. . toFixed(2) 1["toFixed"](2)