Free spool list resource.
          void
i5_spool_list_close (resource
spool_list)
Parameters
| 
   spool_list  | 
  
   resource received from i5_spool_list  | 
 
Return
True if OK, false if failed.
| 
   I5_ERR_PHP_HDLDFT  | 
  
   256  | 
  
   No default connection found.  | 
 
| 
   I5_ERR_PHP_OPTIONSTYPE  | 
  
   259  | 
  
   The type of " I5_OPTIONS_ALIAS" option must be x and not x  | 
 
| 
   I5_ERR_PHP_OPTIONSNUMBER  | 
  
   260  | 
  
   Option number -1 is unknown.  | 
 
| 
   I5_ERR_PHP_TYPEPARAM  | 
  
   262  | 
  
   Type of element x in parameter -1 must be y. Type z was provided.  | 
 
Example
$ret = i5_spool_list_close($HdlSpl);
if ($ret === false)
{
$erreur = i5_error();
print_r ($erreur);
}