function concat (&$str1, $str2="") { if (!isset($str1) ) { $str1=""; } $str1 .= $str2; }
View all references View on Trac View on GitHub
© 2003–2024 WordPress FoundationLicensed under the GNU GPLv2+ License. https://developer.wordpress.org/reference/classes/magpierss/concat