Skip to content

cspHashFile

Aidan Woods edited this page Jul 16, 2017 · 2 revisions

Description

string cspHashFile (
    string $friendlyDirective 
    , string $string 
    [, ?string $algo = 'sha256' 
    [, mixed $reportOnly = null ] ] 
)

An alias for ->cspHash with isFile set to true.

Clone this wiki locally