htmlspecialcharsの逆の処理
Jul 5, 2008AD:
		
		
	
	
		| 1 2 3 4 5 6 | $html = "<img src='/media/20080705.gif' />"; $html1 = htmlspecialchars($html); $html2 =htmlspecialchars_decode($html1); echo $html1; 表示結果:<img src='/media/20080705.gif' /> echo $html2;<img src="/media/20080705.gif"> | 
		AD:
			
			
		
		
	

 Ayumi Mizoshiri
Ayumi Mizoshiri







No Comments, Comment or Ping
Reply to “htmlspecialcharsの逆の処理”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.