A function (also called a procedure, method, subroutine, or routine) is a portion of code intended to carry out a single, specific task. Use this tag for questions which specifically involve creating or calling functions. For help implementing a function to perform a task, use [algorithm] or a task-specific tag instead.
Certaines recherches via Google (et ma propre expérience) montre que, dans PHP, vous ne pouvez pas saisir un élément de tableau lorsque cela a été renvoyé ...
J'ai essayé d'exécuter le script de shell UNIX suivant qui ne fonctionne pas.
Je l'exécute par Kornshell (KSH). ksh ../prescript/Pre_process $1 $2 $3
rc=$?;
if [[ $rc -ne ...