Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1782 |
raphael |
1 |
<?php
|
|
|
2 |
// test détermination espèce sur synonyme:
|
|
|
3 |
/*
|
|
|
4 |
+---------+----------------+-----------------------+
|
|
|
5 |
| num_nom | num_nom_retenu | nom_sci |
|
|
|
6 |
+---------+----------------+-----------------------+
|
|
|
7 |
| 38821 | 101838 | Leuzea conifera |
|
|
|
8 |
| 101838 | 101838 | Rhaponticum coniferum |
|
|
|
9 |
+---------+----------------+-----------------------+
|
|
|
10 |
*/
|
1784 |
raphael |
11 |
return array('data' => array('Espèce' => 'bdtfx:nn:38821'));
|