aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/function-available/index.md
blob: a0b0fe9da6633fde02175142418cfb13ff19ad74 (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
---
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
---
{{ XsltRef() }}

La fonction `function-available` détermine si une fonction donnée est disponible et retourne le booléen `true` ou `false`.

### Syntaxe

    function-available( nom )

### Arguments

- `nom`
  - : Le nom de la fonction à tester.

### Retour

La valeur booléenne `true` ou `false`.

### Définition

[XPath 1.0, section 15](http://www.w3.org/TR/xslt#function-function-available).

### Support Gecko

Supportée.