aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/false/index.html
blob: de98790056d820fea39844b492c8dcefe76ef05e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: 'false'
slug: Web/XPath/Functions/false
tags:
  - Dokumentacje
  - Wszystkie_kategorie
  - XSLT
  - XSLT:Dokumentacje
translation_of: Web/XPath/Functions/false
original_slug: Web/XPath/Funkcje/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">&lt;xsl:if test="boolean((1 &amp;gt; 2) = false())"&gt;
 Wyrażenie jest ocenione jako true
&lt;/xsl:if&gt;
</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" } ) }}