What is the PHP equivalent of the VBScript CStr function?

allnakedcelebse

New Member
I have the following VBScript code, which I'm converting to PHP:\[code\]result = MyLibrary.InitSLibLibrary(cstr(LicsKey))ScannerErrorAlert result\[/code\]Can anyone tell me the PHP equivalent of the \[code\]CStr\[/code\] function used in this code?
 
Back
Top