|
 |
9³â Àü |
$str = 'bubble/index.html';
echo basename($str); // index.html
echo dirname($str); // bubble
$str = '/game/bubble/index.html';
echo basename($str); // index.html
echo dirname($str); // /game/bubble
$ex = explode("/",$str)·Î ³ª´©¸é $ex[0]Àº 'bubble', $ex[1]Àº 'index.html'ÀÌ µÇ°ÚÁÒ
|
|
̵̧ : 407 |
̵̧
¸ñ·Ï
|
|