diff options
Diffstat (limited to 'files/pl/web/xpath/funkcje/false/index.html')
-rw-r--r-- | files/pl/web/xpath/funkcje/false/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/pl/web/xpath/funkcje/false/index.html b/files/pl/web/xpath/funkcje/false/index.html new file mode 100644 index 0000000000..9eb932a51b --- /dev/null +++ b/files/pl/web/xpath/funkcje/false/index.html @@ -0,0 +1,37 @@ +--- +title: 'false' +slug: Web/XPath/Funkcje/false +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XPath/Functions/false +--- +<p> +{{ XsltRef() }} +</p><p><br> +Funkcja <code>false</code> zwraca wartość logiczną <i>fałsz</i>. +</p> +<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3> +<pre class="eval">false() +</pre> +<h3 id="Zwraca" name="Zwraca"> Zwraca </h3> +<p>Wartość logiczną <code>false</code>. +</p> +<h3 id="Uwagi" name="Uwagi"> Uwagi </h3> +<p>Ta funkcja jest użyteczna jako część porównania: +</p> +<pre class="eval"><xsl:if test="boolean((1 &gt; 2) = false())"> + Wyrażenie jest ocenione jako true +</xsl:if> +</pre> +<h3 id="Definicja" name="Definicja"> Definicja </h3> +<p><a href="http://www.w3.org/TR/xpath#function-false" class="external">XPath 1.0 4.3</a> +</p> +<h3 id="Gecko" name="Gecko"> Gecko </h3> +<p>Obsługuje. +</p> +<div class="noinclude"> +</div> +{{ languages( { "en": "en/XPath/Functions/false", "fr": "fr/XPath/Fonctions/false", "ja": "ja/XPath/Functions/false" } ) }} |