Changeset 596
- Timestamp:
- Feb 25, 2015, 1:32:55 PM (10 years ago)
- Location:
- trunk/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/index.txt
r595 r596 23 23 ======================= 24 24 25 The ZOO-Project documentation is released under the `Creative Commons Attribution-ShareAlike 4.0 International Public License <https://creativecommons.org/licenses/by-sa/4.0/legalcode>`__ (CC-BY-SA). This license must be kept when editing or creating a new documentation file. 25 The ZOO-Project documentation is released under the 26 `Creative Commons Attribution-ShareAlike 4.0 International Public License <https://creativecommons.org/licenses/by-sa/4.0/legalcode>`__ 27 (CC-BY-SA). This license must be kept when editing or creating a new documentation file. 26 28 27 .. image:: ../ _static/images/by-sa.png29 .. image:: ../../_static/images/by-sa.png 28 30 :target: https://creativecommons.org/licenses/by-sa/4.0/legalcode/ 29 31 :height: 31px -
trunk/docs/services/howtos.txt
r586 r596 196 196 function HelloPHP(&$main_conf,&$inputs,&$outputs){ 197 197 $tmp="Hello ".$inputs[S][value]." from PHP world !"; 198 $outputs["Result"]["value"]=zoo_Translate($tmp) 198 $outputs["Result"]["value"]=zoo_Translate($tmp); 199 199 return zoo_SERVICE_SUCCEEDED(); 200 200 }
Note: See TracChangeset
for help on using the changeset viewer.