Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
vbnet
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
cobol
c-array
swift-array
typescript-string
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
math-functions-constants
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
function-optional-parameter
decode-leet-speak
decimal-number-to-string-leading-zeros
Disclosure:
My content contains affiliate links.
Recent questions tagged php
40,937
questions
53,400
answers
573
users
Recent questions tagged php
1
answer
160
views
How to use strcspn() function to scan $string1 for the first occurrence of any character of $string2 in PHP
asked
Jul 19, 2016
by
avibootz
php
5
answers
319
views
How to find the length of initial segment not matching in a string with PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
218
views
How to compare case-insensitive string binary safe in PHP
asked
Jul 19, 2016
by
avibootz
php
3
answers
340
views
How to convert a string to an array in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
140
views
How to randomly shuffles a string in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
306
views
How to perform the rot13 (shifts every letter by 13 places) transform on a string in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
198
views
How to generate and verify BCrypt hash password in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
182
views
How to generate BCrypt hash password in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
188
views
How to replace all occurrences of a word in a string ignoring case (Case-insensitive) in PHP
asked
Jul 19, 2016
by
avibootz
php
1
answer
197
views
How to parse a CSV file into an array in PHP
asked
Jul 18, 2016
by
avibootz
php
3
answers
310
views
How to parse input from a formatted string in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
194
views
How to seed the random number generator in PHP
asked
Jul 18, 2016
by
avibootz
php
1
answer
183
views
How to use sqrt() function to get the square root of N in PHP
asked
Jul 18, 2016
by
avibootz
php
3
answers
269
views
How to get a formatted string with sprintf() in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
204
views
How to calculates the soundex key of a string in PHP
asked
Jul 18, 2016
by
avibootz
php
1
answer
218
views
How to use sinh() function to get the hyperbolic sine of an angle of N radians in PHP
asked
Jul 18, 2016
by
avibootz
php
1
answer
164
views
How to use sin() function to get the sine of an angle of N radians in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
253
views
How to calculate the similarity between two strings in PHP
asked
Jul 18, 2016
by
avibootz
php
2
answers
266
views
How to execute command via shell and return the the output as a string in PHP
asked
Jul 17, 2016
by
avibootz
php
2
answers
202
views
How to calculate the sha1 hash of a file in PHP
asked
Jul 17, 2016
by
avibootz
php
2
answers
215
views
How to calculate the sha1 hash of a string in PHP
asked
Jul 17, 2016
by
avibootz
php
4
answers
326
views
How to set variable type in PHP
asked
Jul 17, 2016
by
avibootz
php
1
answer
191
views
How to get the current session status in PHP
asked
Jul 17, 2016
by
avibootz
php
1
answer
190
views
How to generated new session id in PHP
asked
Jul 17, 2016
by
avibootz
php
2
answers
231
views
How to get or set the current cache limiter in PHP
asked
Jul 17, 2016
by
avibootz
php
1
answer
206
views
How to set session page cache expire in PHP
asked
Jul 17, 2016
by
avibootz
php
6
answers
389
views
How to round a float in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
142
views
How to return value from a function in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
181
views
How to register a function for execution when a tick is called in PHP
asked
Jul 16, 2016
by
avibootz
php
3
answers
259
views
How to register a function for execution on shutdown in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
211
views
How to get realpath cache size in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
175
views
How to get realpath cache entries in PHP
asked
Jul 16, 2016
by
avibootz
php
2
answers
242
views
How to get canonicalized absolute pathname in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
250
views
How to open file dialog in browser to open or save an image file in PHP
asked
Jul 16, 2016
by
avibootz
php
2
answers
256
views
How to URL-encode string according to RFC 3986 in PHP
asked
Jul 16, 2016
by
avibootz
php
1
answer
190
views
How to Decode URL-encoded string in PHP
asked
Jul 16, 2016
by
avibootz
php
2
answers
257
views
How to convert radian number to the equivalent number in degrees with PHP
asked
Jul 15, 2016
by
avibootz
php
3
answers
302
views
How to output a formatted string with printf() in PHP
asked
Jul 15, 2016
by
avibootz
php
3
answers
285
views
How to print human-readable information about an array with print_r() in PHP
asked
Jul 15, 2016
by
avibootz
php
8
answers
509
views
How to output a string with print() in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
241
views
How to a split string and get the start word index too by a regular expression in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
170
views
How to a split string to characters by a regular expression in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
188
views
How to a split string by a regular expression in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
821
views
How to add HTML tags in front of every character that is part of the regular expression syntax in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
209
views
How to put a backslash in front of every character that is part of the regular expression syntax in PHP
asked
Jul 15, 2016
by
avibootz
php
1
answer
234
views
How to use pow() exponential expression function to calculate a value of base raised to the power exponent in PHP
asked
Jul 14, 2016
by
avibootz
php
1
answer
146
views
How to convert PNG image file to WBMP image file in PHP
asked
Jul 14, 2016
by
avibootz
php
2
answers
232
views
How to print the credits for PHP in PHP
asked
Jul 14, 2016
by
avibootz
php
2
answers
253
views
How to determine the server operation system (os) with PHP
asked
Jul 14, 2016
by
avibootz
php
2
answers
292
views
How to get information about the operating system PHP is running on in PHP
asked
Jul 14, 2016
by
avibootz
php
Page:
« prev
1
...
45
46
47
48
49
50
51
52
53
54
55
...
69
next »
...