HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
false 함수는 boolean false를 반환합니다.
false
false()
Boolean false.
이 함수는 비교(comparison)하는 부분에 쓸모가 있습니다.
<xsl:if test="boolean((1 > 2) = false())"> The expression evaluates as true </xsl:if>
XPath 1.0 4.3
지원함.