\AlipayAlipayHelper

Summary

Methods
Properties
Constants
isEmpty()
camelCase()
studlyCase()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isEmpty()

isEmpty(string|null  $value) : boolean

校验某字符串或可被转换为字符串的数据,是否为 NULL 或均为空白字符

Parameters

string|null $value

Returns

boolean

camelCase()

camelCase(string  $str, string  $delimiters = ' ') : string

转换字符串为驼峰命名(例如:fooBar)

Parameters

string $str
string $delimiters

Returns

string

studlyCase()

studlyCase(string  $str, string  $delimiters = ' ') : string

转换字符串为变种驼峰命名(例如:FooBar)

Parameters

string $str
string $delimiters

Returns

string