From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../xpath/fonctions/function-available/index.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/fr/web/xpath/fonctions/function-available/index.html (limited to 'files/fr/web/xpath/fonctions/function-available/index.html') diff --git a/files/fr/web/xpath/fonctions/function-available/index.html b/files/fr/web/xpath/fonctions/function-available/index.html new file mode 100644 index 0000000000..cfde97a7a5 --- /dev/null +++ b/files/fr/web/xpath/fonctions/function-available/index.html @@ -0,0 +1,29 @@ +--- +title: function-available +slug: Web/XPath/Fonctions/function-available +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/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. +

+

Support Gecko

+

Supportée. +

Interwiki Languages Links +

{{ languages( { "en": "en/XPath/Functions/function-available", "pl": "pl/XPath/Funkcje/function-available" } ) }} -- cgit v1.2.3-54-g00ecf