ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         implode - implode a string
  3 
  4 SYNOPSIS
  5         string implode(string *arr, string separator)
  6 
  7 
  8 DESCRIPTION
  9         Return a string, consisting of all string elements of the array arr
 10         concatenated, separated by the string separator.
 11 
 12 ERRORS
 13         If the resulting string would be too long, an error will result.
 14         The argument array may contain only string values.
 15 
 16 SEE ALSO
 17         kfun/explode, kfun/parse_string, kfun/sscanf

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.