« Zurück zu Produkt

Dokumentation

IPS_LibraryExists

 boolean IPS_LibraryExists (string $BibliothekID) 

Parameterliste

BibliothekID

GUIDs

Rückgabewert

Falls die BibliothekID im System existiert, wird TRUE zurückgemeldet, andernfalls FALSE.

Beschreibung

Die Funktion prüft, ob die Bibliothek mit der GUID BibliothekID existiert.

Beispiel

if (IPS_LibraryExists("{7DC57F9A-C095-4CDE-A6F0-2CB35A29A8FE}"))
    echo "ELV Bibliothek ist vorhanden!";
Haben Sie noch Fragen?