Changes between Version 3 and Version 4 of ZooWebSite/2015/Code/ZOO-Services/Hello
- Timestamp:
- Feb 26, 2015, 11:00:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Code/ZOO-Services/Hello
v3 v4 84 84 <h3>PHP</h3> 85 85 <pre class="language-php"> 86 <code>printf</code> 86 <code>function HelloPHP(&$main_conf,&$inputs,&$outputs){ 87 $tmp="Hello ".$inputs["S"]["value"]." from the PHP world !!"; 88 $outputs["Result"]["value"]=zoo_Translate($tmp); 89 zoo_UpdateStatus($main_conf,"Final step",99); 90 return zoo_SERVICE_SUCCEEDED(); 91 } 92 </code> 87 93 </pre> 88 94 </center>