Warning: Undefined property: stdClass::$user_login in /var/www/html/_______site_Y9COKR/wp-content/plugins/code-snippets/php/snippet-ops.php(582) : eval()'d code on line 13
콘텐츠로 건너뛰기
Home » PHP 언어 문법 공부

PHP 언어 문법 공부

111111111111111111111111

PHP 언어 명령어 정리

문법 1. IF 문

add_shortcode( 'if', function () {

	$argument = true;
	if($argument == "True")
	{
		echo "11111111111111111111";
		$out = "2222222222222222222222";
		
	}

	return $out;
} );

아래에 결과가 나타남


22222222222222222222