Check on the value of using preg_match

  • (2 votes)
  • Written by 
  • Sunday, 12 April 2023 11:29

Check on the value (STRING) using preg_match

<?php
if (is_string($resolve)) {
    $resolve = ( preg_match("/false|no|off/i", $resolve) ) ? false : true;
}
600 Read Last modified on Sunday, 12 April 2023

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.