Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
PHP GetBetween Function
Sixem
May 17th, 2014
273
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
GetBetween
(
$string
,
$start
,
$end
)
{
$get_base
=
explode
(
$end
,
$string
)
;
$get_finish
=
explode
(
$start
,
$get_base
[
0
]
)
;
return
$get_finish
[
1
]
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Infinite Money Glitch
JavaScript | 2 min ago | 0.67 KB
testservice
PHP | 23 min ago | 26.67 KB
Прости множители
C++ | 58 min ago | 0.25 KB
Beamer Template
Latex | 1 hour ago | 0.85 KB
bind8
Bash | 1 hour ago | 1.69 KB
One Click Laravel Project Setup.bat
Batch | 1 hour ago | 3.74 KB
PYRO_16_V7_YANGI
Python | 2 hours ago | 1.83 KB
RockASM (CC:Tweaked Turtle)
Lua | 2 hours ago | 2.00 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!