Linux命令与shell脚本编程学习笔记-16建立函数

16章 建立函数 16.1 基本的脚本函数php 建立函数web #用function关键字 function name{ commands } #函数名字后跟圆括号 name(){ commands } function func1{ echo “it is a example” } count=1 while [$count -le 5] do func1
相关文章
相关标签/搜索