Ignore:
Timestamp:
Feb 12, 2015, 11:18:07 PM (9 years ago)
Author:
djay
Message:

Continue adding initial doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/service_internal_php.c

    r556 r580  
    1 /**
     1/*
    22 * Author : Gérald FENOY
    33 *
     
    4141map* php_map_from_HasTable(HashTable* t);
    4242
     43/**
     44 * Load a PHP script then run the function corresponding to the service by
     45 * passing the conf, inputs and outputs parameters by reference.
     46 *
     47 * @param main_conf the conf maps containing the main.cfg settings
     48 * @param request the map containing the HTTP request
     49 * @param s the service structure
     50 * @param real_inputs the maps containing the inputs
     51 * @param real_outputs the maps containing the outputs
     52 */
    4353int zoo_php_support(maps** main_conf,map* request,service* s,maps **real_inputs,maps **real_outputs){   
    4454  maps* m=*main_conf;
     
    101111}
    102112
     113/**
     114 * Convert a maps to a php Array
     115 *
     116 * @param t the maps to convert
     117 * @return the php Array
     118 */
    103119zval *php_Array_from_maps(maps* t){
    104120  zval *mapArray;
     
    115131}
    116132
     133/**
     134 * Convert a map to a php Array
     135 *
     136 * @param t the map to convert
     137 * @return the php Array
     138 */
    117139zval *php_Array_from_map(map* t){
    118140  zval *mapArray;
     
    135157}
    136158
     159/**
     160 * Convert a php Array to a maps
     161 *
     162 * @param t the php Array to convert
     163 * @return the created maps
     164 */
    137165maps* php_maps_from_Array(HashTable *t){
    138166  maps* final_res=NULL;
     
    201229}
    202230
     231/**
     232 * Convert a php Array to a map
     233 *
     234 * @param t the php Array to convert
     235 * @return the created map
     236 */
    203237map* php_map_from_HasTable(HashTable* t){
    204238#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png