blob: 3b5acda47928e83ac5599f1afdb3e5d8e8bf5e27 (
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
|
---
title: function-available
slug: Web/XPath/Functions/function-available
tags:
- Référence_XSLT
translation_of: Web/XPath/Functions/function-available
original_slug: Web/XPath/Fonctions/function-available
---
<p>
{{ XsltRef() }}
</p><p><br>
La fonction <code>function-available</code> détermine si une fonction donnée est disponible et retourne le booléen <code>true</code> ou <code>false</code>.
</p>
<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
<pre class="eval">function-available( <i>nom</i> )
</pre>
<h3 id="Arguments" name="Arguments"> Arguments </h3>
<dl><dt><code><i>nom</i></code>
</dt><dd>Le nom de la fonction à tester.
</dd></dl>
<h3 id="Retour" name="Retour"> Retour </h3>
<p>La valeur booléenne <code>true</code> ou <code>false</code>.
</p>
<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
<p><a href="http://www.w3.org/TR/xslt#function-function-available" class="external">XPath 1.0, section 15</a>.
</p>
<h3 id="Support_Gecko" name="Support_Gecko"> Support Gecko </h3>
<p>Supportée.
</p><p><span class="comment">Interwiki Languages Links</span>
</p>{{ languages( { "en": "en/XPath/Functions/function-available", "pl": "pl/XPath/Funkcje/function-available" } ) }}
|