phpDocumentor

mapversion.php

mapversion.php - versions des cartes dans shomgt/data.

Fonction à la fois en V3 et en V4

Table of Contents

Functions

shomGTVersion()  : int
indique la version ShomGT
findCurrentMapVersionV4()  : string
Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V4).
findCurrentMapVersionV3()  : string
Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V3).
findCurrentMapVersion()  : string
Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V3 ou V4).

Functions

shomGTVersion()

indique la version ShomGT

shomGTVersion() : int
Return values
int

findCurrentMapVersionV4()

Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V4).

findCurrentMapVersionV4(string $MAPS_DIR_PATH, string $mapnum) : string

Retourne '' si la carte n'existe pas ou 'undefined' si aucun fichier de MD n'est trouvé

Parameters
$MAPS_DIR_PATH : string
$mapnum : string
Return values
string

findCurrentMapVersionV3()

Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V3).

findCurrentMapVersionV3(string $MAPS_DIR_PATH, string $mapnum) : string

Retourne '' si la carte n'existe pas ou 'undefined' si aucun fichier de MD n'est trouvé

Parameters
$MAPS_DIR_PATH : string
$mapnum : string
Return values
string

findCurrentMapVersion()

Retourne le libellé de la version courante de la carte $mapnum (Code en ShomGT V3 ou V4).

findCurrentMapVersion(string $MAPS_DIR_PATH, string $mapnum) : string

Retourne '' si la carte n'existe pas ou 'undefined' si aucun fichier de MD n'est trouvé

Parameters
$MAPS_DIR_PATH : string
$mapnum : string
Return values
string

        
On this page

Search results