php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52282 Utility functions.
Submitted: 2010-07-07 21:20 UTC Modified: 2010-07-08 09:27 UTC
Votes:5
Avg. Score:3.4 ± 1.5
Reproduced:3 of 4 (75.0%)
Same Version:2 (66.7%)
Same OS:2 (66.7%)
From: Yousha_YPY at YAHOO dot co dot uk Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.3.2 OS: Windows(All)
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Yousha_YPY at YAHOO dot co dot uk
New email:
PHP Version: OS:

 

 [2010-07-07 21:20 UTC] Yousha_YPY at YAHOO dot co dot uk
Description:
------------
Functions for:
----------------------------------------
Base10 to Binary - Binary to Base10

Bin3x8 to 4x6 - Bin4x6 to 3x8

CRC64

ARRAY strip slashes

LDAP to NetworkAddress - NetworkAddress to LDAP

ICMP/NA checksum

Integer to Binary - Binary to Integer

SSL_State function instead:
	if(strtolower(&$_SERVER['HTTPS']) == 'on' || @$_SERVER['HTTPS'] == 1 || @$_SERVER['SERVER_PORT'] == 443): ...;
	endif;

Decimal to UTF-8 - UTF-8 to Decimal

Bitwise rotate a 32-bit number to the left FUCNTION.

String to a sequence of 16-Word blocks.

Encode MIME - Decode MIME

Byte to String - String to Byte


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-08 09:27 UTC] aharvey@php.net
-Status: Open +Status: Bogus
 [2010-07-08 09:27 UTC] aharvey@php.net
This is a bug tracker, not a place to post incomprehensible lists of
things you might want.

If you want to make feature requests, please post a separate request
for each feature with a detailed description of the expected behaviour.
Requests with patches have a much higher chance of success. Note that
quite a few of the things I think you're asking for are already
implemented anyway.

Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 21:00:03 2025 UTC