NSAssert
指定した条件が間違っていればlogに文字列を書き込む
NSAssert2
指定した条件が間違っていればlogに引数2つの文字列を書き込む
http://www.oomori.com/cocoafw/Foundation/NSAssert2/NSAssert2.html free raspberry ketones…
php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。
<?php
echo “test”;
?>
↓↓↓↓↓↓↓↓
<?
echo “test”;
?>
この投稿へのコメント
コメントはまだありません。