Changes between Version 18 and Version 19 of ZooWebSite/2015/Code/ZOO-Services
- Timestamp:
- Dec 4, 2015, 7:22:33 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ZooWebSite/2015/Code/ZOO-Services ¶
v18 v19 90 90 <img src="/img/zoo-monkey.png" class="img-responsive circb center-block mb" width="32" height="32"/>JavaScript 91 91 </a> 92 92 <a href="#" class="list-group-item list-group-item2 text-center"> 93 93 <img src="/img/zoo-snake.png" class="img-responsive circb center-block mb" width="32" height="32"/>Python 94 94 </a> … … 96 96 <img src="/img/zoo-java.png" class="img-responsive circb center-block mb" width="32" height="32"/>Java 97 97 </a> 98 98 <a href="#" class="list-group-item list-group-item2 text-center"> 99 <img src="/img/zoo-elephant.png" class="img-responsive circb center-block mb" width="32" height="32"/>PHP 100 </a> 99 101 100 102 </div> … … 157 159 </div> 158 160 161 <!--PHP section --> 162 <div class="bhoechie-tab-content"> 163 <center> 164 <h3>PHP</h3> 165 <pre class="language-php"> 166 <code>function HelloPHP(&$main_conf,&$inputs,&$outputs){ 167 $tmp="Hello ".$inputs["S"]["value"]." from the PHP world !!"; 168 $outputs["Result"]["value"]=zoo_Translate($tmp); 169 zoo_UpdateStatus($main_conf,"Final step",99); 170 return zoo_SERVICE_SUCCEEDED(); 171 } 172 </code> 173 </pre> 174 </center> 175 </div> 176 177 159 178 </div> 160 179 </div>