Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99164017
PhutilQsprintfInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 21, 21:18
Size
314 B
Mime Type
text/x-php
Expires
Thu, Jan 23, 21:18 (2 d)
Engine
blob
Format
Raw Data
Handle
23725556
Attached To
rPHU libphutil
PhutilQsprintfInterface.php
View Options
<?php
/**
* @group storage
*/
interface
PhutilQsprintfInterface
{
public
function
escapeBinaryString
(
$string
);
public
function
escapeUTF8String
(
$string
);
public
function
escapeColumnName
(
$string
);
public
function
escapeMultilineComment
(
$string
);
public
function
escapeStringForLikeClause
(
$string
);
}
Event Timeline
Log In to Comment