Answers for "unset attribute php"

PHP
1

php remove class attribute

$html = preg_replace('/class=".*?"/', '', $html);
Posted by: Guest on June-23-2020
1

unset php

//remove variable
unset($var1,$var2,$var3;
//remove array
unset($array['$key']);
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language