Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99208839
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
Wed, Jan 22, 09:59
Size
287 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 09:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23738804
Attached To
rPHU libphutil
PhutilQsprintfInterface.php
View Options
<?php
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