Ajax PHP VARIABLE TEST

AjaxでPHPのVariable Testっぽいものを作ってみました。

Variable
PHP VARIABLE TEST

とりあえずサクっと確認したい時に使えるものが欲しかったので。機能的にはまだまだですが、

$x = “vmware”
$y = “xen”

で、$x < $y だったり(最初の文字のアスキーコードで比較、のハズ)

$x = new stdClass("PHP");
$y = new stdClass("PHP");

で、 $x == $y が True、 $x === $y が False だったりするのが面白いかな、と思いました。

関連する記事:

Powered by

  1. Buy fioricet online that ships to missouri. - trackback on 2009/10/13 火曜日 at 9:59:51

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Trackbacks and Pingbacks: