![]() |
OPiQuotations
v.03.00.00 — April 5, 2019
|
Return list of authors, nations, subjects or works with their number of occurrences, in a JSON format. More...
Go to the source code of this file.
Namespaces | |
| OPiCitations | |
Variables | |
| if (!isset( $_GET[ 'list'])) | |
| if(true) | else |
| $opiquotations = new OPiQuotations\OPiQuotations() | |
| $count_list = count($list) | |
Return list of authors, nations, subjects or works with their number of occurrences, in a JSON format.
(September 3, 2016)
Piece of OPiQuotations. https://bitbucket.org/OPiMedia/opiquotations
GPLv3 — Copyright (C) 2015, 2016 Olivier Pirson http://www.opimedia.be/
Definition in file OPiQuotations-list.php.
| $count_list = count($list) |
Definition at line 86 of file OPiQuotations-list.php.
| $opiquotations = new OPiQuotations\OPiQuotations() |
Definition at line 66 of file OPiQuotations-list.php.
| if ( $_GET[ 'list']==='authors') else if ( $_GET[ 'list']==='nations') else if ( $_GET[ 'list']==='subjects') else if ( $_GET[ 'list']==='works') else |
Definition at line 40 of file OPiQuotations-list.php.
| if(!isset($_GET['list'])) |
Definition at line 20 of file OPiQuotations-list.php.
1.8.13