Download Articles Stats About us Contact us
HomePHP

ereg_replace ¡Ñº php 5.3

¤é¹ËÒ
ereg('pattern', $string, $matches) 
à»ç¹
preg_match('/pattern/', $string, $matches)

eregi('pattern', $string, $matches) 
à»ç¹
preg_match('/pattern/i', $string, $matches)
à»ÅÕè¹
ereg_replace('pattern', $string, $matches) 
à»ç¹
preg_replace('/pattern/', $string, $matches)

eregi_replace('pattern', $string, $matches) 
à»ç¹
preg_replace('/pattern/i', $string, $matches)


25 ¡.¾. 58
© 2000 - 2024 palthai.com. All rights reserved.