Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
// declare(encoding='UTF-8');
|
- |
|
3 |
/**
|
2 |
/**
|
4 |
* Le web service observations récupère toutes les observations et, pour chacune d'elle, les
|
3 |
* Le web service observations récupère toutes les observations et, pour chacune d'elle, les
|
5 |
* images qui lui sont associées.
|
4 |
* images qui lui sont associées.
|
6 |
*
|
5 |
*
|
7 |
* @category php 5.2
|
6 |
* @category php 5.2
|
8 |
* @package del
|
7 |
* @package del
|
9 |
* @subpackage images
|
8 |
* @subpackage images
|
- |
|
9 |
* @author Grégoire Duché <gregoire@tela-botanica.org>
|
- |
|
10 |
* @author Aurélien Peronnet <aurelien@tela-botanica.org>
|
10 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
11 |
* @author Raphaël Droz <raphael@tela-botanica.org>
|
11 |
* @copyright Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
|
12 |
* @copyright Copyright (c) 2012, 2013 Tela Botanica (accueil@tela-botanica.org)
|
12 |
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
|
13 |
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
|
13 |
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
|
14 |
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
|
14 |
* @version $Id: Bdd.php 403 2012-02-22 14:35:20Z gduche $
|
- |
|
15 |
* @see http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=ApiIdentiplante01Observations
|
15 |
* @see http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=ApiIdentiplante01Observations
|
16 |
*/
|
16 |
*/
|
Line 17... |
Line 17... |
17 |
|
17 |
|