Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

SPRINTF()

Synopsis

Format a variable according to a format string.

Description

Parses the format string specified and returns a string matching that format. Supports most options found in sprintf(3). Returns a shortened string if a format specifier is not recognized.

Syntax

SPRINTF(format,arg1,arg2[,...],argN)
Arguments
  • format
  • arg1
  • arg2
  • argN

See Also

  • sprintf(3)

Import Version

This documentation was imported from Asterisk Version SVN-branch-11-r379343

  • No labels